Html Css Color HEX #706661 Dorado

📋 copy color: '#706661'

red 112 ◦ green 102 ◦ blue 97

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

Shades of Dorado #706661

Tints of Dorado #706661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 36.01%
G = 32.8%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706661 (or 0x706661) is known color: Dorado. HEX triplet: 70, 66 and 61. RGB value is (112,102,97). Sum of RGB (Red+Green+Blue) = 112+102+97=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706661 is #8F999E. Grayscale: #686868. Windows color (decimal): -9410975 or 6383216. OLE color: 6383216.

HSL color Cylindrical-coordinate representation of color #706661: hue angle of 20º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706661 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 97 -
CMYK 0 0.09 0.13 0.56
HSL 20º 0.07% 0.41% -
HSV(B) 20º 0.13% 0.44% -
XYZ 13.59 13.81 13.26 -
YUV 104.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 112 102 97 0 0.09 0.13 0.56 20 0.07 0.41
Hex 70 66 61 0 9 D 38 14 7 29
Octal 160 146 141 0 11 15 70 24 7 51
Binary 1110000 1100110 1100001 0 1001 1101 111000 10100 111 101001

Color Harmonies of #706661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706661

Black with #706661

Text Example


Text Example

White with #706661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706661; }

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

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

background-color css

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

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

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

border-color css

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

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

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