Html Css Color HEX #706851 Crocodile

📋 copy color: '#706851'

red 112 ◦ green 104 ◦ blue 81

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

Shades of Crocodile #706851

Tints of Crocodile #706851

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

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

R = 37.71%
G = 35.02%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#706851 (or 0x706851) is known color: Crocodile. HEX triplet: 70, 68 and 51. RGB value is (112,104,81). Sum of RGB (Red+Green+Blue) = 112+104+81=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706851 is #8F97AE. Grayscale: #676767. Windows color (decimal): -9410479 or 5335152. OLE color: 5335152.

HSL color Cylindrical-coordinate representation of color #706851: hue angle of 44.52º 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 #706851 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 81 -
CMYK 0 0.07 0.28 0.56
HSL 44.52º 0.16% 0.38% -
HSV(B) 44.52º 0.28% 0.44% -
XYZ 13.12 13.94 9.78 -
YUV 103.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 112 104 81 0 0.07 0.28 0.56 44.52 0.16 0.38
Hex 70 68 51 0 7 1C 38 2D 10 26
Octal 160 150 121 0 7 34 70 55 20 46
Binary 1110000 1101000 1010001 0 111 11100 111000 101101 10000 100110

Color Harmonies of #706851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706851

Black with #706851

Text Example


Text Example

White with #706851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706851; }

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

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

background-color css

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

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

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

border-color css

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

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

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