Html Css Color HEX #9A6C68 Copper Rose

📋 copy color: '#9A6C68'

red 154 ◦ green 108 ◦ blue 104

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

Shades of Copper Rose #9A6C68

Tints of Copper Rose #9A6C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 42.08%
G = 29.51%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#9A6C68 (or 0x9A6C68) is known color: Copper Rose. HEX triplet: 9A, 6C and 68. RGB value is (154,108,104). Sum of RGB (Red+Green+Blue) = 154+108+104=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6C68 is #659397. Grayscale: #797979. Windows color (decimal): -6656920 or 6843546. OLE color: 6843546.

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

Color convert

RGB 154 108 104 -
CMYK 0 0.30 0.32 0.40
HSL 4.8º 0.2% 0.51% -
HSV(B) 4.8º 0.32% 0.6% -
XYZ 21.19 18.59 15.57 -
YUV 121.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 154 108 104 0 0.30 0.32 0.40 4.8 0.2 0.51
Hex 9A 6C 68 0 1E 20 28 5 14 33
Octal 232 154 150 0 36 40 50 5 24 63
Binary 10011010 1101100 1101000 0 11110 100000 101000 101 10100 110011

Color Harmonies of #9A6C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6C68

Black with #9A6C68

Text Example


Text Example

White with #9A6C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,108,104); }

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

background-color css

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

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

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

border-color css

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

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

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