Html Css Color HEX #9B6E6A Copper Rose

📋 copy color: '#9B6E6A'

red 155 ◦ green 110 ◦ blue 106

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

Shades of Copper Rose #9B6E6A

Tints of Copper Rose #9B6E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 41.78%
G = 29.65%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B6E6A (or 0x9B6E6A) is known color: Copper Rose. HEX triplet: 9B, 6E and 6A. RGB value is (155,110,106). Sum of RGB (Red+Green+Blue) = 155+110+106=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E6A is #649195. Grayscale: #7B7B7B. Windows color (decimal): -6590870 or 6975131. OLE color: 6975131.

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

Color convert

RGB 155 110 106 -
CMYK 0 0.29 0.32 0.39
HSL 4.9º 0.2% 0.51% -
HSV(B) 4.9º 0.32% 0.61% -
XYZ 21.7 19.16 16.19 -
YUV 123 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 155 110 106 0 0.29 0.32 0.39 4.9 0.2 0.51
Hex 9B 6E 6A 0 1D 20 27 5 14 33
Octal 233 156 152 0 35 40 47 5 24 63
Binary 10011011 1101110 1101010 0 11101 100000 100111 101 10100 110011

Color Harmonies of #9B6E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E6A

Black with #9B6E6A

Text Example


Text Example

White with #9B6E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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