#71684E

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

Shades of Crocodile #71684E

Tints of Crocodile #71684E

Color information

#71684E (or 0x71684E) is unknown color: approx Crocodile. HEX triplet: 71, 68 and 4E. RGB value is (113,104,78). Sum of RGB (Red+Green+Blue) = 113+104+78=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #71684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71684E is #8E97B1. Grayscale: #676767. Windows color (decimal): -9344946 or 5138545. OLE color: 5138545.

HSL color Cylindrical-coordinate representation of color #71684E: hue angle of 44.57º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71684E is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB11310478-
CMYK00.080.310.56
HSL44.57º18.32%37.45%-
HSV(B)44.57º30.97%44.31%-
XYZ13.1413.969.21-
YUV103.73113.48134.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=38.31%
G=35.25%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131047800.080.310.5644.5718.3237.45
Hex71684E081F382d1225
Octal1611501160103770552245
Binary111000111010001001110010001111111100010110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71684E; }

 p { color: rgb(113,104,78); }

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

<style>
 a { background-color: #71684E; }

 a { background-color: rgb(113,104,78); }

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

<style>
 span { border-color: #71684E; }

 span { border-color: rgb(113,104,78); }

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