Html Css Color HEX #9B6866 Copper Rose

📋 copy color: '#9B6866'

red 155 ◦ green 104 ◦ blue 102

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

Shades of Copper Rose #9B6866

Tints of Copper Rose #9B6866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

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

R = 42.94%
G = 28.81%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B6866 (or 0x9B6866) is known color: Copper Rose. HEX triplet: 9B, 68 and 66. RGB value is (155,104,102). Sum of RGB (Red+Green+Blue) = 155+104+102=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6866 is #649799. Grayscale: #777777. Windows color (decimal): -6592410 or 6711451. OLE color: 6711451.

HSL color Cylindrical-coordinate representation of color #9B6866: hue angle of 2.26º 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 #9B6866 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 104 102 -
CMYK 0 0.33 0.34 0.39
HSL 2.26º 0.21% 0.5% -
HSV(B) 2.26º 0.34% 0.61% -
XYZ 20.87 17.83 14.91 -
YUV 119.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 155 104 102 0 0.33 0.34 0.39 2.26 0.21 0.5
Hex 9B 68 66 0 21 22 27 2 15 32
Octal 233 150 146 0 41 42 47 2 25 62
Binary 10011011 1101000 1100110 0 100001 100010 100111 10 10101 110010

Color Harmonies of #9B6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6866

Black with #9B6866

Text Example


Text Example

White with #9B6866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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