Html Css Color HEX #9F6E6D Copper Rose

📋 copy color: '#9F6E6D'

red 159 ◦ green 110 ◦ blue 109

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

Shades of Copper Rose #9F6E6D

Tints of Copper Rose #9F6E6D

RGB

 RED value IS 159 (62.5% from 255) = 42.06%

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

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

R = 42.06%
G = 29.1%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F6E6D (or 0x9F6E6D) is known color: Copper Rose. HEX triplet: 9F, 6E and 6D. RGB value is (159,110,109). Sum of RGB (Red+Green+Blue) = 159+110+109=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E6D is #609192. Grayscale: #7C7C7C. Windows color (decimal): -6328723 or 7171743. OLE color: 7171743.

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

Color convert

RGB 159 110 109 -
CMYK 0 0.31 0.31 0.38
HSL 1.2º 0.21% 0.53% -
HSV(B) 1.2º 0.31% 0.62% -
XYZ 22.63 19.63 17.06 -
YUV 124.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 159 110 109 0 0.31 0.31 0.38 1.2 0.21 0.53
Hex 9F 6E 6D 0 1F 1F 26 1 15 35
Octal 237 156 155 0 37 37 46 1 25 65
Binary 10011111 1101110 1101101 0 11111 11111 100110 1 10101 110101

Color Harmonies of #9F6E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6E6D

Black with #9F6E6D

Text Example


Text Example

White with #9F6E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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