Html Css Color HEX #9F6E6E Copper Rose

📋 copy color: '#9F6E6E'

red 159 ◦ green 110 ◦ blue 110

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

Shades of Copper Rose #9F6E6E

Tints of Copper Rose #9F6E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 41.95%
G = 29.02%
B = 29.02%

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

#9F6E6E (or 0x9F6E6E) is known color: Copper Rose. HEX triplet: 9F, 6E and 6E. RGB value is (159,110,110). Sum of RGB (Red+Green+Blue) = 159+110+110=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E6E is #609191. Grayscale: #7C7C7C. Windows color (decimal): -6328722 or 7237279. OLE color: 7237279.

HSL color Cylindrical-coordinate representation of color #9F6E6E: hue angle of 0º degrees, saturation: 0.2, 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 #9F6E6E is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 110 110 -
CMYK 0 0.31 0.31 0.38
HSL 0.2% 0.53% -
HSV(B) 0.31% 0.62% -
XYZ 22.69 19.65 17.35 -
YUV 124.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 159 110 110 0 0.31 0.31 0.38 0 0.2 0.53
Hex 9F 6E 6E 0 1F 1F 26 0 14 35
Octal 237 156 156 0 37 37 46 0 24 65
Binary 10011111 1101110 1101110 0 11111 11111 100110 0 10100 110101

Color Harmonies of #9F6E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6E6E

Black with #9F6E6E

Text Example


Text Example

White with #9F6E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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