#716258

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

Shades of Dorado #716258

Tints of Dorado #716258

Color information

#716258 (or 0x716258) is unknown color: approx Dorado. HEX triplet: 71, 62 and 58. RGB value is (113,98,88). Sum of RGB (Red+Green+Blue) = 113+98+88=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #716258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716258 is #8E9DA7. Grayscale: #656565. Windows color (decimal): -9346472 or 5792369. OLE color: 5792369.

HSL color Cylindrical-coordinate representation of color #716258: hue angle of 24º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716258 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1139888-
CMYK00.130.220.56
HSL24º12.44%39.41%-
HSV(B)24º22.12%44.31%-
XYZ12.9412.9511.05-
YUV101.34120.47136.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=37.79%
G=32.78%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113988800.130.220.562412.4439.41
Hex7162580D163818c27
Octal1611421300152670301447
Binary1110001110001010110000110110110111000110001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716258; }

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

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

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

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

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

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

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

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