Html Css Color HEX #9A6261 Copper Rose

📋 copy color: '#9A6261'

red 154 ◦ green 98 ◦ blue 97

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

Shades of Copper Rose #9A6261

Tints of Copper Rose #9A6261

RGB

 RED value IS 154 (60.55% from 255) = 44.13%

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

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

R = 44.13%
G = 28.08%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#9A6261 (or 0x9A6261) is known color: Copper Rose. HEX triplet: 9A, 62 and 61. RGB value is (154,98,97). Sum of RGB (Red+Green+Blue) = 154+98+97=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6261 is #659D9E. Grayscale: #727272. Windows color (decimal): -6659487 or 6382234. OLE color: 6382234.

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

Color convert

RGB 154 98 97 -
CMYK 0 0.36 0.37 0.40
HSL 1.05º 0.23% 0.49% -
HSV(B) 1.05º 0.37% 0.6% -
XYZ 19.85 16.47 13.44 -
YUV 114.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 154 98 97 0 0.36 0.37 0.40 1.05 0.23 0.49
Hex 9A 62 61 0 24 25 28 1 17 31
Octal 232 142 141 0 44 45 50 1 27 61
Binary 10011010 1100010 1100001 0 100100 100101 101000 1 10111 110001

Color Harmonies of #9A6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6261

Black with #9A6261

Text Example


Text Example

White with #9A6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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