Html Css Color HEX #706B4C Crocodile

📋 copy color: '#706B4C'

red 112 ◦ green 107 ◦ blue 76

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

Shades of Crocodile #706B4C

Tints of Crocodile #706B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.76%

R = 37.97%
G = 36.27%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#706B4C (or 0x706B4C) is known color: Crocodile. HEX triplet: 70, 6B and 4C. RGB value is (112,107,76). Sum of RGB (Red+Green+Blue) = 112+107+76=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B4C is #8F94B3. Grayscale: #696969. Windows color (decimal): -9409716 or 5008240. OLE color: 5008240.

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

Color convert

RGB 112 107 76 -
CMYK 0 0.04 0.32 0.56
HSL 51.67º 0.19% 0.37% -
HSV(B) 51.67º 0.32% 0.44% -
XYZ 13.24 14.48 8.93 -
YUV 104.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 112 107 76 0 0.04 0.32 0.56 51.67 0.19 0.37
Hex 70 6B 4C 0 4 20 38 34 13 25
Octal 160 153 114 0 4 40 70 64 23 45
Binary 1110000 1101011 1001100 0 100 100000 111000 110100 10011 100101

Color Harmonies of #706B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B4C

Black with #706B4C

Text Example


Text Example

White with #706B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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