Html Css Color HEX #9A6E6D Copper Rose

📋 copy color: '#9A6E6D'

red 154 ◦ green 110 ◦ blue 109

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

Shades of Copper Rose #9A6E6D

Tints of Copper Rose #9A6E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.49%

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 41.29%
G = 29.49%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A6E6D (or 0x9A6E6D) is known color: Copper Rose. HEX triplet: 9A, 6E and 6D. RGB value is (154,110,109). Sum of RGB (Red+Green+Blue) = 154+110+109=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6E6D is #659192. Grayscale: #7B7B7B. Windows color (decimal): -6656403 or 7171738. OLE color: 7171738.

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

Color convert

RGB 154 110 109 -
CMYK 0 0.29 0.29 0.40
HSL 1.33º 0.18% 0.52% -
HSV(B) 1.33º 0.29% 0.6% -
XYZ 21.66 19.13 17.02 -
YUV 123.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 154 110 109 0 0.29 0.29 0.40 1.33 0.18 0.52
Hex 9A 6E 6D 0 1D 1D 28 1 12 34
Octal 232 156 155 0 35 35 50 1 22 64
Binary 10011010 1101110 1101101 0 11101 11101 101000 1 10010 110100

Color Harmonies of #9A6E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6E6D

Black with #9A6E6D

Text Example


Text Example

White with #9A6E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,110,109); }

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

background-color css

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

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

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

border-color css

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

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

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