#71694E

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

Shades of Crocodile #71694E

Tints of Crocodile #71694E

Color information

#71694E (or 0x71694E) is unknown color: approx Crocodile. HEX triplet: 71, 69 and 4E. RGB value is (113,105,78). Sum of RGB (Red+Green+Blue) = 113+105+78=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #71694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71694E is #8E96B1. Grayscale: #686868. Windows color (decimal): -9344690 or 5138801. OLE color: 5138801.

HSL color Cylindrical-coordinate representation of color #71694E: hue angle of 46.29º 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 #71694E is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB11310578-
CMYK00.070.310.56
HSL46.29º18.32%37.45%-
HSV(B)46.29º30.97%44.31%-
XYZ13.2414.169.24-
YUV104.31113.15134.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 105 (41.41% from 255) = 35.47%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=38.18%
G=35.47%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131057800.070.310.5646.2918.3237.45
Hex71694E071F382e1225
Octal161151116073770562245
Binary11100011101001100111001111111111100010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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