Html Css Color HEX #705E56 Dorado

📋 copy color: '#705E56'

red 112 ◦ green 94 ◦ blue 86

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

Shades of Dorado #705E56

Tints of Dorado #705E56

RGB

 RED value IS 112 (44.14% from 255) = 38.36%

 GREEN value IS 94 (37.11% from 255) = 32.19%

 BLUE value IS 86 (33.98% from 255) = 29.45%

R = 38.36%
G = 32.19%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#705E56 (or 0x705E56) is known color: Dorado. HEX triplet: 70, 5E and 56. RGB value is (112,94,86). Sum of RGB (Red+Green+Blue) = 112+94+86=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #705E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E56 is #8FA1A9. Grayscale: #626262. Windows color (decimal): -9413034 or 5660272. OLE color: 5660272.

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

Color convert

RGB 112 94 86 -
CMYK 0 0.16 0.23 0.56
HSL 18.46º 0.13% 0.39% -
HSV(B) 18.46º 0.23% 0.44% -
XYZ 12.36 12.12 10.49 -
YUV 98.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 112 94 86 0 0.16 0.23 0.56 18.46 0.13 0.39
Hex 70 5E 56 0 10 17 38 12 D 27
Octal 160 136 126 0 20 27 70 22 15 47
Binary 1110000 1011110 1010110 0 10000 10111 111000 10010 1101 100111

Color Harmonies of #705E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E56

Black with #705E56

Text Example


Text Example

White with #705E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705E56; }

 p { color: rgb(112,94,86); }

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

background-color css

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

 a { background-color: rgb(112,94,86); }

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

border-color css

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

 span { border-color: rgb(112,94,86); }

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