#706B4B

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

Shades of Crocodile #706B4B

Tints of Crocodile #706B4B

Color information

#706B4B (or 0x706B4B) is unknown color: approx Crocodile. HEX triplet: 70, 6B and 4B. RGB value is (112,107,75). Sum of RGB (Red+Green+Blue) = 112+107+75=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B4B is #8F94B4. Grayscale: #686868. Windows color (decimal): -9409717 or 4942704. OLE color: 4942704.

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

Color convert

RGB11210775-
CMYK00.040.330.56
HSL51.89º19.79%36.67%-
HSV(B)51.89º33.04%43.92%-
XYZ13.2114.478.75-
YUV104.85111.16133.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=38.10%
G=36.39%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121077500.040.330.5651.8919.7936.67
Hex706B4B042138341425
Octal160153113044170642445
Binary111000011010111001011010010000111100011010010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #706B4B;
 }
 .AnyTagClassName
 {
   color: #706B4B;
 }
</style>
background-color css

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

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

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

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

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

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