#70694B

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

Shades of Crocodile #70694B

Tints of Crocodile #70694B

Color information

#70694B (or 0x70694B) is unknown color: approx Crocodile. HEX triplet: 70, 69 and 4B. RGB value is (112,105,75). Sum of RGB (Red+Green+Blue) = 112+105+75=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70694B is #8F96B4. Grayscale: #676767. Windows color (decimal): -9410229 or 4942192. OLE color: 4942192.

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

Color convert

RGB11210575-
CMYK00.060.330.56
HSL48.65º19.79%36.67%-
HSV(B)48.65º33.04%43.92%-
XYZ1314.068.68-
YUV103.67111.82133.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=38.36%
G=35.96%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121057500.060.330.5648.6519.7936.67
Hex70694B062138311425
Octal160151113064170612445
Binary111000011010011001011011010000111100011000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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