#70674B

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

Shades of Crocodile #70674B

Tints of Crocodile #70674B

Color information

#70674B (or 0x70674B) is unknown color: approx Crocodile. HEX triplet: 70, 67 and 4B. RGB value is (112,103,75). Sum of RGB (Red+Green+Blue) = 112+103+75=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70674B is #8F98B4. Grayscale: #666666. Windows color (decimal): -9410741 or 4941680. OLE color: 4941680.

HSL color Cylindrical-coordinate representation of color #70674B: hue angle of 45.41º 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 #70674B is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB11210375-
CMYK00.080.330.56
HSL45.41º19.79%36.67%-
HSV(B)45.41º33.04%43.92%-
XYZ12.813.658.62-
YUV102.5112.48134.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=38.62%
G=35.52%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121037500.080.330.5645.4119.7936.67
Hex70674B0821382d1425
Octal1601471130104170552445
Binary1110000110011110010110100010000111100010110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70674B; }

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

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

<style>
 a { background-color: #70674B; }

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

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

<style>
 span { border-color: #70674B; }

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

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