Html Css Color HEX #9B615E Copper Rose

📋 copy color: '#9B615E'

red 155 ◦ green 97 ◦ blue 94

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

Shades of Copper Rose #9B615E

Tints of Copper Rose #9B615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 44.8%
G = 28.03%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B615E (or 0x9B615E) is known color: Copper Rose. HEX triplet: 9B, 61 and 5E. RGB value is (155,97,94). Sum of RGB (Red+Green+Blue) = 155+97+94=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B615E is #649EA1. Grayscale: #727272. Windows color (decimal): -6594210 or 6185371. OLE color: 6185371.

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

Color convert

RGB 155 97 94 -
CMYK 0 0.37 0.39 0.39
HSL 2.95º 0.24% 0.49% -
HSV(B) 2.95º 0.39% 0.61% -
XYZ 19.81 16.33 12.7 -
YUV 114 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 155 97 94 0 0.37 0.39 0.39 2.95 0.24 0.49
Hex 9B 61 5E 0 25 27 27 3 18 31
Octal 233 141 136 0 45 47 47 3 30 61
Binary 10011011 1100001 1011110 0 100101 100111 100111 11 11000 110001

Color Harmonies of #9B615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B615E

Black with #9B615E

Text Example


Text Example

White with #9B615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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