Html Css Color HEX #9F706F Copper Rose

📋 copy color: '#9F706F'

red 159 ◦ green 112 ◦ blue 111

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

Shades of Copper Rose #9F706F

Tints of Copper Rose #9F706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 41.62%
G = 29.32%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F706F (or 0x9F706F) is known color: Copper Rose. HEX triplet: 9F, 70 and 6F. RGB value is (159,112,111). Sum of RGB (Red+Green+Blue) = 159+112+111=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F706F is #608F90. Grayscale: #7D7D7D. Windows color (decimal): -6328209 or 7303327. OLE color: 7303327.

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

Color convert

RGB 159 112 111 -
CMYK 0 0.30 0.30 0.38
HSL 1.25º 0.2% 0.53% -
HSV(B) 1.25º 0.3% 0.62% -
XYZ 22.96 20.11 17.71 -
YUV 125.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 159 112 111 0 0.30 0.30 0.38 1.25 0.2 0.53
Hex 9F 70 6F 0 1E 1E 26 1 14 35
Octal 237 160 157 0 36 36 46 1 24 65
Binary 10011111 1110000 1101111 0 11110 11110 100110 1 10100 110101

Color Harmonies of #9F706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F706F

Black with #9F706F

Text Example


Text Example

White with #9F706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,112,111); }

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

background-color css

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

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

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

border-color css

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

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

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