#71625C

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

Shades of Dorado #71625C

Tints of Dorado #71625C

Color information

#71625C (or 0x71625C) is unknown color: approx Dorado. HEX triplet: 71, 62 and 5C. RGB value is (113,98,92). Sum of RGB (Red+Green+Blue) = 113+98+92=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71625C is #8E9DA3. Grayscale: #656565. Windows color (decimal): -9346468 or 6054513. OLE color: 6054513.

HSL color Cylindrical-coordinate representation of color #71625C: hue angle of 17.14º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71625C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1139892-
CMYK00.130.190.56
HSL17.14º10.24%40.2%-
HSV(B)17.14º18.58%44.31%-
XYZ13.1113.0211.95-
YUV101.8122.47135.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=37.29%
G=32.34%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113989200.130.190.5617.1410.2440.2
Hex71625C0D133811a28
Octal1611421340152370211250
Binary1110001110001010111000110110011111000100011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,98,92); }

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

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

 a { background-color: rgb(113,98,92); }

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

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

 span { border-color: rgb(113,98,92); }

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