Html Css Color HEX #9A6464 Copper Rose

📋 copy color: '#9A6464'

red 154 ◦ green 100 ◦ blue 100

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

Shades of Copper Rose #9A6464

Tints of Copper Rose #9A6464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

 BLUE value IS 100 (39.45% from 255) = 28.25%

R = 43.5%
G = 28.25%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#9A6464 (or 0x9A6464) is known color: Copper Rose. HEX triplet: 9A, 64 and 64. RGB value is (154,100,100). Sum of RGB (Red+Green+Blue) = 154+100+100=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6464 is #659B9B. Grayscale: #747474. Windows color (decimal): -6658972 or 6579354. OLE color: 6579354.

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

Color convert

RGB 154 100 100 -
CMYK 0 0.35 0.35 0.40
HSL 0.21% 0.5% -
HSV(B) 0.35% 0.6% -
XYZ 20.18 16.9 14.26 -
YUV 116.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 154 100 100 0 0.35 0.35 0.40 0 0.21 0.5
Hex 9A 64 64 0 23 23 28 0 15 32
Octal 232 144 144 0 43 43 50 0 25 62
Binary 10011010 1100100 1100100 0 100011 100011 101000 0 10101 110010

Color Harmonies of #9A6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6464

Black with #9A6464

Text Example


Text Example

White with #9A6464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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