Html Css Color HEX #706056 Dorado

📋 copy color: '#706056'

red 112 ◦ green 96 ◦ blue 86

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

Shades of Dorado #706056

Tints of Dorado #706056

RGB

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

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

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

R = 38.1%
G = 32.65%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#706056 (or 0x706056) is known color: Dorado. HEX triplet: 70, 60 and 56. RGB value is (112,96,86). Sum of RGB (Red+Green+Blue) = 112+96+86=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706056 is #8F9FA9. Grayscale: #636363. Windows color (decimal): -9412522 or 5660784. OLE color: 5660784.

HSL color Cylindrical-coordinate representation of color #706056: hue angle of 23.08º 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 #706056 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 86 -
CMYK 0 0.14 0.23 0.56
HSL 23.08º 0.13% 0.39% -
HSV(B) 23.08º 0.23% 0.44% -
XYZ 12.54 12.48 10.55 -
YUV 99.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 112 96 86 0 0.14 0.23 0.56 23.08 0.13 0.39
Hex 70 60 56 0 E 17 38 17 D 27
Octal 160 140 126 0 16 27 70 27 15 47
Binary 1110000 1100000 1010110 0 1110 10111 111000 10111 1101 100111

Color Harmonies of #706056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706056

Black with #706056

Text Example


Text Example

White with #706056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706056; }

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

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

background-color css

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

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

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

border-color css

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

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

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