Html Css Color HEX #716056 Dorado

📋 copy color: '#716056'

red 113 ◦ green 96 ◦ blue 86

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

Shades of Dorado #716056

Tints of Dorado #716056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 86 (33.98% from 255) = 29.15%

R = 38.31%
G = 32.54%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#716056 (or 0x716056) is known color: Dorado. HEX triplet: 71, 60 and 56. RGB value is (113,96,86). Sum of RGB (Red+Green+Blue) = 113+96+86=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #716056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716056 is #8E9FA9. Grayscale: #646464. Windows color (decimal): -9346986 or 5660785. OLE color: 5660785.

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

Color convert

RGB 113 96 86 -
CMYK 0 0.15 0.24 0.56
HSL 22.22º 0.14% 0.39% -
HSV(B) 22.22º 0.24% 0.44% -
XYZ 12.67 12.55 10.56 -
YUV 99.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 113 96 86 0 0.15 0.24 0.56 22.22 0.14 0.39
Hex 71 60 56 0 F 18 38 16 E 27
Octal 161 140 126 0 17 30 70 26 16 47
Binary 1110001 1100000 1010110 0 1111 11000 111000 10110 1110 100111

Color Harmonies of #716056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716056

Black with #716056

Text Example


Text Example

White with #716056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716056; }

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

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

background-color css

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

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

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

border-color css

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

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

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