Html Css Color HEX #9F6966 Copper Rose

📋 copy color: '#9F6966'

red 159 ◦ green 105 ◦ blue 102

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

Shades of Copper Rose #9F6966

Tints of Copper Rose #9F6966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 43.44%
G = 28.69%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F6966 (or 0x9F6966) is known color: Copper Rose. HEX triplet: 9F, 69 and 66. RGB value is (159,105,102). Sum of RGB (Red+Green+Blue) = 159+105+102=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6966 is #609699. Grayscale: #787878. Windows color (decimal): -6330010 or 6711711. OLE color: 6711711.

HSL color Cylindrical-coordinate representation of color #9F6966: hue angle of 3.16º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6966 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 102 -
CMYK 0 0.34 0.36 0.38
HSL 3.16º 0.23% 0.51% -
HSV(B) 3.16º 0.36% 0.62% -
XYZ 21.75 18.43 14.98 -
YUV 120.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 159 105 102 0 0.34 0.36 0.38 3.16 0.23 0.51
Hex 9F 69 66 0 22 24 26 3 17 33
Octal 237 151 146 0 42 44 46 3 27 63
Binary 10011111 1101001 1100110 0 100010 100100 100110 11 10111 110011

Color Harmonies of #9F6966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6966

Black with #9F6966

Text Example


Text Example

White with #9F6966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,102); }

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

background-color css

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

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

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

border-color css

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

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

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