Html Css Color HEX #706C51 Crocodile

📋 copy color: '#706C51'

red 112 ◦ green 108 ◦ blue 81

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

Shades of Crocodile #706C51

Tints of Crocodile #706C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.91%

R = 37.21%
G = 35.88%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#706C51 (or 0x706C51) is known color: Crocodile. HEX triplet: 70, 6C and 51. RGB value is (112,108,81). Sum of RGB (Red+Green+Blue) = 112+108+81=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C51 is #8F93AE. Grayscale: #6A6A6A. Windows color (decimal): -9409455 or 5336176. OLE color: 5336176.

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

Color convert

RGB 112 108 81 -
CMYK 0 0.04 0.28 0.56
HSL 52.26º 0.16% 0.38% -
HSV(B) 52.26º 0.28% 0.44% -
XYZ 13.53 14.76 9.92 -
YUV 106.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 112 108 81 0 0.04 0.28 0.56 52.26 0.16 0.38
Hex 70 6C 51 0 4 1C 38 34 10 26
Octal 160 154 121 0 4 34 70 64 20 46
Binary 1110000 1101100 1010001 0 100 11100 111000 110100 10000 100110

Color Harmonies of #706C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C51

Black with #706C51

Text Example


Text Example

White with #706C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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