Html Css Color HEX #9F6866 Copper Rose

📋 copy color: '#9F6866'

red 159 ◦ green 104 ◦ blue 102

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

Shades of Copper Rose #9F6866

Tints of Copper Rose #9F6866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 43.56%
G = 28.49%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F6866 (or 0x9F6866) is known color: Copper Rose. HEX triplet: 9F, 68 and 66. RGB value is (159,104,102). Sum of RGB (Red+Green+Blue) = 159+104+102=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6866 is #609799. Grayscale: #787878. Windows color (decimal): -6330266 or 6711455. OLE color: 6711455.

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

Color convert

RGB 159 104 102 -
CMYK 0 0.35 0.36 0.38
HSL 2.11º 0.23% 0.51% -
HSV(B) 2.11º 0.36% 0.62% -
XYZ 21.65 18.23 14.95 -
YUV 120.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 159 104 102 0 0.35 0.36 0.38 2.11 0.23 0.51
Hex 9F 68 66 0 23 24 26 2 17 33
Octal 237 150 146 0 43 44 46 2 27 63
Binary 10011111 1101000 1100110 0 100011 100100 100110 10 10111 110011

Color Harmonies of #9F6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6866

Black with #9F6866

Text Example


Text Example

White with #9F6866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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