Html Css Color HEX #9E6261 Copper Rose

📋 copy color: '#9E6261'

red 158 ◦ green 98 ◦ blue 97

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

Shades of Copper Rose #9E6261

Tints of Copper Rose #9E6261

RGB

 RED value IS 158 (62.11% from 255) = 44.76%

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

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

R = 44.76%
G = 27.76%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9E6261 (or 0x9E6261) is known color: Copper Rose. HEX triplet: 9E, 62 and 61. RGB value is (158,98,97). Sum of RGB (Red+Green+Blue) = 158+98+97=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6261 is #619D9E. Grayscale: #737373. Windows color (decimal): -6397343 or 6382238. OLE color: 6382238.

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

Color convert

RGB 158 98 97 -
CMYK 0 0.38 0.39 0.38
HSL 0.98º 0.24% 0.5% -
HSV(B) 0.98º 0.39% 0.62% -
XYZ 20.63 16.87 13.48 -
YUV 115.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 158 98 97 0 0.38 0.39 0.38 0.98 0.24 0.5
Hex 9E 62 61 0 26 27 26 1 18 32
Octal 236 142 141 0 46 47 46 1 30 62
Binary 10011110 1100010 1100001 0 100110 100111 100110 1 11000 110010

Color Harmonies of #9E6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6261

Black with #9E6261

Text Example


Text Example

White with #9E6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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