Html Css Color HEX #71615B Dorado

📋 copy color: '#71615B'

red 113 ◦ green 97 ◦ blue 91

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

Shades of Dorado #71615B

Tints of Dorado #71615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 37.54%
G = 32.23%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71615B (or 0x71615B) is known color: Dorado. HEX triplet: 71, 61 and 5B. RGB value is (113,97,91). Sum of RGB (Red+Green+Blue) = 113+97+91=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #71615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71615B is #8E9EA4. Grayscale: #656565. Windows color (decimal): -9346725 or 5988721. OLE color: 5988721.

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

Color convert

RGB 113 97 91 -
CMYK 0 0.14 0.19 0.56
HSL 16.36º 0.11% 0.4% -
HSV(B) 16.36º 0.19% 0.44% -
XYZ 12.97 12.82 11.69 -
YUV 101.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 113 97 91 0 0.14 0.19 0.56 16.36 0.11 0.4
Hex 71 61 5B 0 E 13 38 10 B 28
Octal 161 141 133 0 16 23 70 20 13 50
Binary 1110001 1100001 1011011 0 1110 10011 111000 10000 1011 101000

Color Harmonies of #71615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71615B

Black with #71615B

Text Example


Text Example

White with #71615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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