Html Css Color HEX #706156 Dorado

📋 copy color: '#706156'

red 112 ◦ green 97 ◦ blue 86

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

Shades of Dorado #706156

Tints of Dorado #706156

RGB

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

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

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

R = 37.97%
G = 32.88%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#706156 (or 0x706156) is known color: Dorado. HEX triplet: 70, 61 and 56. RGB value is (112,97,86). Sum of RGB (Red+Green+Blue) = 112+97+86=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706156 is #8F9EA9. Grayscale: #646464. Windows color (decimal): -9412266 or 5661040. OLE color: 5661040.

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

Color convert

RGB 112 97 86 -
CMYK 0 0.13 0.23 0.56
HSL 25.38º 0.13% 0.39% -
HSV(B) 25.38º 0.23% 0.44% -
XYZ 12.64 12.67 10.58 -
YUV 100.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 112 97 86 0 0.13 0.23 0.56 25.38 0.13 0.39
Hex 70 61 56 0 D 17 38 19 D 27
Octal 160 141 126 0 15 27 70 31 15 47
Binary 1110000 1100001 1010110 0 1101 10111 111000 11001 1101 100111

Color Harmonies of #706156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706156

Black with #706156

Text Example


Text Example

White with #706156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706156; }

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

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

background-color css

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

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

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

border-color css

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

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

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