Html Css Color HEX #71615A Dorado

📋 copy color: '#71615A'

red 113 ◦ green 97 ◦ blue 90

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

Shades of Dorado #71615A

Tints of Dorado #71615A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30%

R = 37.67%
G = 32.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71615A (or 0x71615A) is known color: Dorado. HEX triplet: 71, 61 and 5A. RGB value is (113,97,90). Sum of RGB (Red+Green+Blue) = 113+97+90=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #71615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71615A is #8E9EA5. Grayscale: #656565. Windows color (decimal): -9346726 or 5923185. OLE color: 5923185.

HSL color Cylindrical-coordinate representation of color #71615A: hue angle of 18.26º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71615A is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 90 -
CMYK 0 0.14 0.20 0.56
HSL 18.26º 0.11% 0.4% -
HSV(B) 18.26º 0.2% 0.44% -
XYZ 12.93 12.8 11.46 -
YUV 100.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 113 97 90 0 0.14 0.20 0.56 18.26 0.11 0.4
Hex 71 61 5A 0 E 14 38 12 B 28
Octal 161 141 132 0 16 24 70 22 13 50
Binary 1110001 1100001 1011010 0 1110 10100 111000 10010 1011 101000

Color Harmonies of #71615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71615A

Black with #71615A

Text Example


Text Example

White with #71615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71615A; }

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

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

background-color css

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

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

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

border-color css

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

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

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