Html Css Color HEX #9B6261 Copper Rose

📋 copy color: '#9B6261'

red 155 ◦ green 98 ◦ blue 97

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

Shades of Copper Rose #9B6261

Tints of Copper Rose #9B6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 44.29%
G = 28%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B6261 (or 0x9B6261) is known color: Copper Rose. HEX triplet: 9B, 62 and 61. RGB value is (155,98,97). Sum of RGB (Red+Green+Blue) = 155+98+97=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6261 is #649D9E. Grayscale: #727272. Windows color (decimal): -6593951 or 6382235. OLE color: 6382235.

HSL color Cylindrical-coordinate representation of color #9B6261: hue angle of 1.03º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6261 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 98 97 -
CMYK 0 0.37 0.37 0.39
HSL 1.03º 0.23% 0.49% -
HSV(B) 1.03º 0.37% 0.61% -
XYZ 20.04 16.57 13.45 -
YUV 114.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 155 98 97 0 0.37 0.37 0.39 1.03 0.23 0.49
Hex 9B 62 61 0 25 25 27 1 17 31
Octal 233 142 141 0 45 45 47 1 27 61
Binary 10011011 1100010 1100001 0 100101 100101 100111 1 10111 110001

Color Harmonies of #9B6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6261

Black with #9B6261

Text Example


Text Example

White with #9B6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,98,97); }

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

background-color css

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

 a { background-color: rgb(155,98,97); }

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

border-color css

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

 span { border-color: rgb(155,98,97); }

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