#706B4A

Color #706B4A Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #706B4A

Tints of Crocodile #706B4A

Color information

#706B4A (or 0x706B4A) is unknown color: approx 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

RGB11210774-
CMYK00.040.340.56
HSL52.11º20.43%36.47%-
HSV(B)52.11º33.93%43.92%-
XYZ13.1814.458.57-
YUV104.73110.66133.18-

RGB Variations

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

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.30% from 255) = 25.26%
R=38.23%
G=36.52%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121077400.040.340.5652.1120.4336.47
Hex706B4A042238341424
Octal160153112044270642444
Binary111000011010111001010010010001011100011010010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>