Html Css Color HEX #71635D Dorado

📋 copy color: '#71635D'

red 113 ◦ green 99 ◦ blue 93

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

Shades of Dorado #71635D

Tints of Dorado #71635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 37.05%
G = 32.46%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71635D (or 0x71635D) is known color: Dorado. HEX triplet: 71, 63 and 5D. RGB value is (113,99,93). Sum of RGB (Red+Green+Blue) = 113+99+93=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #71635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71635D is #8E9CA2. Grayscale: #666666. Windows color (decimal): -9346211 or 6120305. OLE color: 6120305.

HSL color Cylindrical-coordinate representation of color #71635D: hue angle of 18º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71635D is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 93 -
CMYK 0 0.12 0.18 0.56
HSL 18º 0.1% 0.4% -
HSV(B) 18º 0.18% 0.44% -
XYZ 13.25 13.22 12.21 -
YUV 102.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 113 99 93 0 0.12 0.18 0.56 18 0.1 0.4
Hex 71 63 5D 0 C 12 38 12 A 28
Octal 161 143 135 0 14 22 70 22 12 50
Binary 1110001 1100011 1011101 0 1100 10010 111000 10010 1010 101000

Color Harmonies of #71635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71635D

Black with #71635D

Text Example


Text Example

White with #71635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71635D; }

 p { color: rgb(113,99,93); }

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

background-color css

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

 a { background-color: rgb(113,99,93); }

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

border-color css

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

 span { border-color: rgb(113,99,93); }

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