Html Css Color HEX #706D54 Crocodile

📋 copy color: '#706D54'

red 112 ◦ green 109 ◦ blue 84

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

Shades of Crocodile #706D54

Tints of Crocodile #706D54

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

 BLUE value IS 84 (33.2% from 255) = 27.54%

R = 36.72%
G = 35.74%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#706D54 (or 0x706D54) is known color: Crocodile. HEX triplet: 70, 6D and 54. RGB value is (112,109,84). Sum of RGB (Red+Green+Blue) = 112+109+84=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #706D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D54 is #8F92AB. Grayscale: #6B6B6B. Windows color (decimal): -9409196 or 5533040. OLE color: 5533040.

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

Color convert

RGB 112 109 84 -
CMYK 0 0.03 0.25 0.56
HSL 53.57º 0.14% 0.38% -
HSV(B) 53.57º 0.25% 0.44% -
XYZ 13.75 15.02 10.56 -
YUV 107.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 112 109 84 0 0.03 0.25 0.56 53.57 0.14 0.38
Hex 70 6D 54 0 3 19 38 36 E 26
Octal 160 155 124 0 3 31 70 66 16 46
Binary 1110000 1101101 1010100 0 11 11001 111000 110110 1110 100110

Color Harmonies of #706D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D54

Black with #706D54

Text Example


Text Example

White with #706D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,109,84); }

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

background-color css

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

 a { background-color: rgb(112,109,84); }

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

border-color css

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

 span { border-color: rgb(112,109,84); }

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