Html Css Color HEX #706055 Dorado

📋 copy color: '#706055'

red 112 ◦ green 96 ◦ blue 85

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

Shades of Dorado #706055

Tints of Dorado #706055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 38.23%
G = 32.76%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#706055 (or 0x706055) is known color: Dorado. HEX triplet: 70, 60 and 55. RGB value is (112,96,85). Sum of RGB (Red+Green+Blue) = 112+96+85=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706055 is #8F9FAA. Grayscale: #636363. Windows color (decimal): -9412523 or 5595248. OLE color: 5595248.

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

Color convert

RGB 112 96 85 -
CMYK 0 0.14 0.24 0.56
HSL 24.44º 0.14% 0.39% -
HSV(B) 24.44º 0.24% 0.44% -
XYZ 12.5 12.47 10.34 -
YUV 99.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 112 96 85 0 0.14 0.24 0.56 24.44 0.14 0.39
Hex 70 60 55 0 E 18 38 18 E 27
Octal 160 140 125 0 16 30 70 30 16 47
Binary 1110000 1100000 1010101 0 1110 11000 111000 11000 1110 100111

Color Harmonies of #706055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706055

Black with #706055

Text Example


Text Example

White with #706055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706055; }

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

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

background-color css

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

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

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

border-color css

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

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

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