Html Css Color HEX #706C4C Crocodile

📋 copy color: '#706C4C'

red 112 ◦ green 108 ◦ blue 76

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

Shades of Crocodile #706C4C

Tints of Crocodile #706C4C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.49%

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

R = 37.84%
G = 36.49%
B = 25.68%

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

#706C4C (or 0x706C4C) is known color: Crocodile. HEX triplet: 70, 6C and 4C. RGB value is (112,108,76). Sum of RGB (Red+Green+Blue) = 112+108+76=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C4C is #8F93B3. Grayscale: #696969. Windows color (decimal): -9409460 or 5008496. OLE color: 5008496.

HSL color Cylindrical-coordinate representation of color #706C4C: hue angle of 53.33º 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 #706C4C is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 108 76 -
CMYK 0 0.04 0.32 0.56
HSL 53.33º 0.19% 0.37% -
HSV(B) 53.33º 0.32% 0.44% -
XYZ 13.35 14.69 8.97 -
YUV 105.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 112 108 76 0 0.04 0.32 0.56 53.33 0.19 0.37
Hex 70 6C 4C 0 4 20 38 35 13 25
Octal 160 154 114 0 4 40 70 65 23 45
Binary 1110000 1101100 1001100 0 100 100000 111000 110101 10011 100101

Color Harmonies of #706C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C4C

Black with #706C4C

Text Example


Text Example

White with #706C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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