Html Css Color HEX #716155 Dorado

📋 copy color: '#716155'

red 113 ◦ green 97 ◦ blue 85

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

Shades of Dorado #716155

Tints of Dorado #716155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 38.31%
G = 32.88%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#716155 (or 0x716155) is known color: Dorado. HEX triplet: 71, 61 and 55. RGB value is (113,97,85). Sum of RGB (Red+Green+Blue) = 113+97+85=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #716155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716155 is #8E9EAA. Grayscale: #646464. Windows color (decimal): -9346731 or 5595505. OLE color: 5595505.

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

Color convert

RGB 113 97 85 -
CMYK 0 0.14 0.25 0.56
HSL 25.71º 0.14% 0.39% -
HSV(B) 25.71º 0.25% 0.44% -
XYZ 12.72 12.72 10.38 -
YUV 100.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 113 97 85 0 0.14 0.25 0.56 25.71 0.14 0.39
Hex 71 61 55 0 E 19 38 1A E 27
Octal 161 141 125 0 16 31 70 32 16 47
Binary 1110001 1100001 1010101 0 1110 11001 111000 11010 1110 100111

Color Harmonies of #716155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716155

Black with #716155

Text Example


Text Example

White with #716155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716155; }

 p { color: rgb(113,97,85); }

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

background-color css

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

 a { background-color: rgb(113,97,85); }

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

border-color css

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

 span { border-color: rgb(113,97,85); }

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