#71604E

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

Shades of Domino #71604E

Tints of Domino #71604E

Color information

#71604E (or 0x71604E) is unknown color: approx Domino. HEX triplet: 71, 60 and 4E. RGB value is (113,96,78). Sum of RGB (Red+Green+Blue) = 113+96+78=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71604E is #8E9FB1. Grayscale: #636363. Windows color (decimal): -9346994 or 5136497. OLE color: 5136497.

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

Color convert

RGB1139678-
CMYK00.150.310.56
HSL30.86º18.32%37.45%-
HSV(B)30.86º30.97%44.31%-
XYZ12.3712.438.95-
YUV99.03116.13137.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=39.37%
G=33.45%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113967800.150.310.5630.8618.3237.45
Hex71604E0F1F381f1225
Octal1611401160173770372245
Binary11100011100000100111001111111111110001111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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