Html Css Color HEX #706B52 Crocodile

📋 copy color: '#706B52'

red 112 ◦ green 107 ◦ blue 82

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

Shades of Crocodile #706B52

Tints of Crocodile #706B52

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.55%

 BLUE value IS 82 (32.42% from 255) = 27.24%

R = 37.21%
G = 35.55%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#706B52 (or 0x706B52) is known color: Crocodile. HEX triplet: 70, 6B and 52. RGB value is (112,107,82). Sum of RGB (Red+Green+Blue) = 112+107+82=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B52 is #8F94AD. Grayscale: #696969. Windows color (decimal): -9409710 or 5401456. OLE color: 5401456.

HSL color Cylindrical-coordinate representation of color #706B52: hue angle of 50º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706B52 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 107 82 -
CMYK 0 0.04 0.27 0.56
HSL 50º 0.15% 0.38% -
HSV(B) 50º 0.27% 0.44% -
XYZ 13.46 14.57 10.09 -
YUV 105.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 112 107 82 0 0.04 0.27 0.56 50 0.15 0.38
Hex 70 6B 52 0 4 1B 38 32 F 26
Octal 160 153 122 0 4 33 70 62 17 46
Binary 1110000 1101011 1010010 0 100 11011 111000 110010 1111 100110

Color Harmonies of #706B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B52

Black with #706B52

Text Example


Text Example

White with #706B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706B52; }

 p { color: rgb(112,107,82); }

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

background-color css

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

 a { background-color: rgb(112,107,82); }

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

border-color css

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

 span { border-color: rgb(112,107,82); }

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