Html Css Color HEX #71605A Dorado

📋 copy color: '#71605A'

red 113 ◦ green 96 ◦ blue 90

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

Shades of Dorado #71605A

Tints of Dorado #71605A

RGB

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

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

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

R = 37.79%
G = 32.11%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71605A (or 0x71605A) is known color: Dorado. HEX triplet: 71, 60 and 5A. RGB value is (113,96,90). Sum of RGB (Red+Green+Blue) = 113+96+90=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #71605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71605A is #8E9FA5. Grayscale: #646464. Windows color (decimal): -9346982 or 5922929. OLE color: 5922929.

HSL color Cylindrical-coordinate representation of color #71605A: hue angle of 15.65º 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 #71605A is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 90 -
CMYK 0 0.15 0.20 0.56
HSL 15.65º 0.11% 0.4% -
HSV(B) 15.65º 0.2% 0.44% -
XYZ 12.84 12.61 11.43 -
YUV 100.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 113 96 90 0 0.15 0.20 0.56 15.65 0.11 0.4
Hex 71 60 5A 0 F 14 38 10 B 28
Octal 161 140 132 0 17 24 70 20 13 50
Binary 1110001 1100000 1011010 0 1111 10100 111000 10000 1011 101000

Color Harmonies of #71605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71605A

Black with #71605A

Text Example


Text Example

White with #71605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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