#706B4C

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

Shades of Crocodile #706B4C

Tints of Crocodile #706B4C

Color information

#706B4C (or 0x706B4C) is unknown color: approx Crocodile. HEX triplet: 70, 6B and 4C. RGB value is (112,107,76). Sum of RGB (Red+Green+Blue) = 112+107+76=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B4C is #8F94B3. Grayscale: #696969. Windows color (decimal): -9409716 or 5008240. OLE color: 5008240.

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

Color convert

RGB11210776-
CMYK00.040.320.56
HSL51.67º19.15%36.86%-
HSV(B)51.67º32.14%43.92%-
XYZ13.2414.488.93-
YUV104.96111.66133.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=37.97%
G=36.27%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121077600.040.320.5651.6719.1536.86
Hex706B4C042038341325
Octal160153114044070642345
Binary111000011010111001100010010000011100011010010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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