Html Css Color HEX #716259 Dorado

📋 copy color: '#716259'

red 113 ◦ green 98 ◦ blue 89

#716259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #716259

Tints of Dorado #716259

RGB

 RED value IS 113 (44.53% from 255) = 37.67%

 GREEN value IS 98 (38.67% from 255) = 32.67%

 BLUE value IS 89 (35.16% from 255) = 29.67%

R = 37.67%
G = 32.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#716259 (or 0x716259) is known color: Dorado. HEX triplet: 71, 62 and 59. RGB value is (113,98,89). Sum of RGB (Red+Green+Blue) = 113+98+89=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716259 is #8E9DA6. Grayscale: #656565. Windows color (decimal): -9346471 or 5857905. OLE color: 5857905.

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

Color convert

RGB 113 98 89 -
CMYK 0 0.13 0.21 0.56
HSL 22.5º 0.12% 0.4% -
HSV(B) 22.5º 0.21% 0.44% -
XYZ 12.98 12.97 11.27 -
YUV 101.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 113 98 89 0 0.13 0.21 0.56 22.5 0.12 0.4
Hex 71 62 59 0 D 15 38 16 C 28
Octal 161 142 131 0 15 25 70 26 14 50
Binary 1110001 1100010 1011001 0 1101 10101 111000 10110 1100 101000

Color Harmonies of #716259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716259

Black with #716259

Text Example


Text Example

White with #716259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716259; }

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

 H1.HeaderClassName
 {
   color: #716259;
 }
 .AnyTagClassName
 {
   color: #716259;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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