#71684A

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

Shades of Crocodile #71684A

Tints of Crocodile #71684A

Color information

#71684A (or 0x71684A) is unknown color: approx Crocodile. HEX triplet: 71, 68 and 4A. RGB value is (113,104,74). Sum of RGB (Red+Green+Blue) = 113+104+74=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71684A is #8E97B5. Grayscale: #676767. Windows color (decimal): -9344950 or 4876401. OLE color: 4876401.

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

Color convert

RGB11310474-
CMYK00.080.350.56
HSL46.15º20.86%36.67%-
HSV(B)46.15º34.51%44.31%-
XYZ1313.918.48-
YUV103.27111.48134.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 74 (29.30% from 255) = 25.43%
R=38.83%
G=35.74%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131047400.080.350.5646.1520.8636.67
Hex71684A0823382e1525
Octal1611501120104370562545
Binary1110001110100010010100100010001111100010111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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