Html Css Color HEX #716359 Dorado

📋 copy color: '#716359'

red 113 ◦ green 99 ◦ blue 89

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

Shades of Dorado #716359

Tints of Dorado #716359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 37.54%
G = 32.89%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#716359 (or 0x716359) is known color: Dorado. HEX triplet: 71, 63 and 59. RGB value is (113,99,89). Sum of RGB (Red+Green+Blue) = 113+99+89=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716359 is #8E9CA6. Grayscale: #666666. Windows color (decimal): -9346215 or 5858161. OLE color: 5858161.

HSL color Cylindrical-coordinate representation of color #716359: hue angle of 25º 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 #716359 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 89 -
CMYK 0 0.12 0.21 0.56
HSL 25º 0.12% 0.4% -
HSV(B) 25º 0.21% 0.44% -
XYZ 13.08 13.16 11.3 -
YUV 102.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 113 99 89 0 0.12 0.21 0.56 25 0.12 0.4
Hex 71 63 59 0 C 15 38 19 C 28
Octal 161 143 131 0 14 25 70 31 14 50
Binary 1110001 1100011 1011001 0 1100 10101 111000 11001 1100 101000

Color Harmonies of #716359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716359

Black with #716359

Text Example


Text Example

White with #716359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716359; }

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

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

background-color css

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

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

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

border-color css

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

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

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