Html Css Color HEX #706C52 Crocodile

📋 copy color: '#706C52'

red 112 ◦ green 108 ◦ blue 82

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

Shades of Crocodile #706C52

Tints of Crocodile #706C52

RGB

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

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

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

R = 37.09%
G = 35.76%
B = 27.15%

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

#706C52 (or 0x706C52) is known color: Crocodile. HEX triplet: 70, 6C and 52. RGB value is (112,108,82). Sum of RGB (Red+Green+Blue) = 112+108+82=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #706C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C52 is #8F93AD. Grayscale: #6A6A6A. Windows color (decimal): -9409454 or 5401712. OLE color: 5401712.

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

Color convert

RGB 112 108 82 -
CMYK 0 0.04 0.27 0.56
HSL 52º 0.15% 0.38% -
HSV(B) 52º 0.27% 0.44% -
XYZ 13.57 14.78 10.12 -
YUV 106.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 112 108 82 0 0.04 0.27 0.56 52 0.15 0.38
Hex 70 6C 52 0 4 1B 38 34 F 26
Octal 160 154 122 0 4 33 70 64 17 46
Binary 1110000 1101100 1010010 0 100 11011 111000 110100 1111 100110

Color Harmonies of #706C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C52

Black with #706C52

Text Example


Text Example

White with #706C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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