#71674C

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

Shades of Crocodile #71674C

Tints of Crocodile #71674C

Color information

#71674C (or 0x71674C) is unknown color: approx Crocodile. HEX triplet: 71, 67 and 4C. RGB value is (113,103,76). Sum of RGB (Red+Green+Blue) = 113+103+76=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71674C is #8E98B3. Grayscale: #676767. Windows color (decimal): -9345204 or 5007217. OLE color: 5007217.

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

Color convert

RGB11310376-
CMYK00.090.330.56
HSL43.78º19.58%37.06%-
HSV(B)43.78º32.74%44.31%-
XYZ12.9613.738.8-
YUV102.91112.81135.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=38.70%
G=35.27%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131037600.090.330.5643.7819.5837.06
Hex71674C0921382c1425
Octal1611471140114170542445
Binary1110001110011110011000100110000111100010110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71674C; }

 p { color: rgb(113,103,76); }

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

<style>
 a { background-color: #71674C; }

 a { background-color: rgb(113,103,76); }

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

<style>
 span { border-color: #71674C; }

 span { border-color: rgb(113,103,76); }

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