Html Css Color HEX #9E6A66 Copper Rose

📋 copy color: '#9E6A66'

red 158 ◦ green 106 ◦ blue 102

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

Shades of Copper Rose #9E6A66

Tints of Copper Rose #9E6A66

RGB

 RED value IS 158 (62.11% from 255) = 43.17%

 GREEN value IS 106 (41.8% from 255) = 28.96%

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 43.17%
G = 28.96%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E6A66 (or 0x9E6A66) is known color: Copper Rose. HEX triplet: 9E, 6A and 66. RGB value is (158,106,102). Sum of RGB (Red+Green+Blue) = 158+106+102=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6A66 is #619599. Grayscale: #797979. Windows color (decimal): -6395290 or 6711966. OLE color: 6711966.

HSL color Cylindrical-coordinate representation of color #9E6A66: hue angle of 4.29º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E6A66 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 106 102 -
CMYK 0 0.33 0.35 0.38
HSL 4.29º 0.22% 0.51% -
HSV(B) 4.29º 0.35% 0.62% -
XYZ 21.65 18.54 15.01 -
YUV 121.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 158 106 102 0 0.33 0.35 0.38 4.29 0.22 0.51
Hex 9E 6A 66 0 21 23 26 4 16 33
Octal 236 152 146 0 41 43 46 4 26 63
Binary 10011110 1101010 1100110 0 100001 100011 100110 100 10110 110011

Color Harmonies of #9E6A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6A66

Black with #9E6A66

Text Example


Text Example

White with #9E6A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6A66; }

 p { color: rgb(158,106,102); }

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

background-color css

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

 a { background-color: rgb(158,106,102); }

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

border-color css

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

 span { border-color: rgb(158,106,102); }

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