Html Css Color HEX #706B4A Crocodile

📋 copy color: '#706B4A'

red 112 ◦ green 107 ◦ blue 74

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

Shades of Crocodile #706B4A

Tints of Crocodile #706B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.52%

 BLUE value IS 74 (29.3% from 255) = 25.26%

R = 38.23%
G = 36.52%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#706B4A (or 0x706B4A) is known color: Crocodile. HEX triplet: 70, 6B and 4A. RGB value is (112,107,74). Sum of RGB (Red+Green+Blue) = 112+107+74=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B4A is #8F94B5. Grayscale: #686868. Windows color (decimal): -9409718 or 4877168. OLE color: 4877168.

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

Color convert

RGB 112 107 74 -
CMYK 0 0.04 0.34 0.56
HSL 52.11º 0.2% 0.36% -
HSV(B) 52.11º 0.34% 0.44% -
XYZ 13.18 14.45 8.57 -
YUV 104.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 112 107 74 0 0.04 0.34 0.56 52.11 0.2 0.36
Hex 70 6B 4A 0 4 22 38 34 14 24
Octal 160 153 112 0 4 42 70 64 24 44
Binary 1110000 1101011 1001010 0 100 100010 111000 110100 10100 100100

Color Harmonies of #706B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B4A

Black with #706B4A

Text Example


Text Example

White with #706B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,74); }

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

background-color css

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

 a { background-color: rgb(112,107,74); }

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

border-color css

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

 span { border-color: rgb(112,107,74); }

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