Html Css Color HEX #706749 Crocodile

📋 copy color: '#706749'

red 112 ◦ green 103 ◦ blue 73

#706749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crocodile #706749

Tints of Crocodile #706749

RGB

 RED value IS 112 (44.14% from 255) = 38.89%

 GREEN value IS 103 (40.63% from 255) = 35.76%

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 38.89%
G = 35.76%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#706749 (or 0x706749) is known color: Crocodile. HEX triplet: 70, 67 and 49. RGB value is (112,103,73). Sum of RGB (Red+Green+Blue) = 112+103+73=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706749 is #8F98B6. Grayscale: #666666. Windows color (decimal): -9410743 or 4810608. OLE color: 4810608.

HSL color Cylindrical-coordinate representation of color #706749: hue angle of 46.15º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706749 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 73 -
CMYK 0 0.08 0.35 0.56
HSL 46.15º 0.21% 0.36% -
HSV(B) 46.15º 0.35% 0.44% -
XYZ 12.73 13.63 8.26 -
YUV 102.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 112 103 73 0 0.08 0.35 0.56 46.15 0.21 0.36
Hex 70 67 49 0 8 23 38 2E 15 24
Octal 160 147 111 0 10 43 70 56 25 44
Binary 1110000 1100111 1001001 0 1000 100011 111000 101110 10101 100100

Color Harmonies of #706749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706749

Black with #706749

Text Example


Text Example

White with #706749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706749; }

 p { color: rgb(112,103,73); }

 H1.HeaderClassName
 {
   color: #706749;
 }
 .AnyTagClassName
 {
   color: #706749;
 }
</style>

background-color css

<style>
 a { background-color: #706749; }

 a { background-color: rgb(112,103,73); }

 div.DivClassName
 {
   background-color: #706749;
 }
 .BgClassName
 {
   background-color: #706749;
 }
</style>

border-color css

<style>
 span { border-color: #706749; }

 span { border-color: rgb(112,103,73); }

 td.TdClassName
 {
   border-color: #706749;
 }
 .TagClassName
 {
   border-color: #706749;
 }
</style>