Html Css Color HEX #9B625E Copper Rose

📋 copy color: '#9B625E'

red 155 ◦ green 98 ◦ blue 94

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

Shades of Copper Rose #9B625E

Tints of Copper Rose #9B625E

RGB

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

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

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

R = 44.67%
G = 28.24%
B = 27.09%

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

#9B625E (or 0x9B625E) is known color: Copper Rose. HEX triplet: 9B, 62 and 5E. RGB value is (155,98,94). Sum of RGB (Red+Green+Blue) = 155+98+94=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B625E is #649DA1. Grayscale: #727272. Windows color (decimal): -6593954 or 6185627. OLE color: 6185627.

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

Color convert

RGB 155 98 94 -
CMYK 0 0.37 0.39 0.39
HSL 3.93º 0.24% 0.49% -
HSV(B) 3.93º 0.39% 0.61% -
XYZ 19.91 16.51 12.73 -
YUV 114.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 155 98 94 0 0.37 0.39 0.39 3.93 0.24 0.49
Hex 9B 62 5E 0 25 27 27 4 18 31
Octal 233 142 136 0 45 47 47 4 30 61
Binary 10011011 1100010 1011110 0 100101 100111 100111 100 11000 110001

Color Harmonies of #9B625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B625E

Black with #9B625E

Text Example


Text Example

White with #9B625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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