Html Css Color HEX #9B6A66 Copper Rose

📋 copy color: '#9B6A66'

red 155 ◦ green 106 ◦ blue 102

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

Shades of Copper Rose #9B6A66

Tints of Copper Rose #9B6A66

RGB

 RED value IS 155 (60.94% from 255) = 42.7%

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

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

R = 42.7%
G = 29.2%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B6A66 (or 0x9B6A66) is known color: Copper Rose. HEX triplet: 9B, 6A and 66. RGB value is (155,106,102). Sum of RGB (Red+Green+Blue) = 155+106+102=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A66 is #649599. Grayscale: #787878. Windows color (decimal): -6591898 or 6711963. OLE color: 6711963.

HSL color Cylindrical-coordinate representation of color #9B6A66: hue angle of 4.53º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B6A66 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 106 102 -
CMYK 0 0.32 0.34 0.39
HSL 4.53º 0.21% 0.5% -
HSV(B) 4.53º 0.34% 0.61% -
XYZ 21.07 18.24 14.98 -
YUV 120.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 155 106 102 0 0.32 0.34 0.39 4.53 0.21 0.5
Hex 9B 6A 66 0 20 22 27 5 15 32
Octal 233 152 146 0 40 42 47 5 25 62
Binary 10011011 1101010 1100110 0 100000 100010 100111 101 10101 110010

Color Harmonies of #9B6A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6A66

Black with #9B6A66

Text Example


Text Example

White with #9B6A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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