Html Css Color HEX #9F6865 Copper Rose

📋 copy color: '#9F6865'

red 159 ◦ green 104 ◦ blue 101

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

Shades of Copper Rose #9F6865

Tints of Copper Rose #9F6865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 43.68%
G = 28.57%
B = 27.75%

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

#9F6865 (or 0x9F6865) is known color: Copper Rose. HEX triplet: 9F, 68 and 65. RGB value is (159,104,101). Sum of RGB (Red+Green+Blue) = 159+104+101=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6865 is #60979A. Grayscale: #787878. Windows color (decimal): -6330267 or 6645919. OLE color: 6645919.

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

Color convert

RGB 159 104 101 -
CMYK 0 0.35 0.36 0.38
HSL 3.1º 0.23% 0.51% -
HSV(B) 3.1º 0.36% 0.62% -
XYZ 21.6 18.21 14.69 -
YUV 120.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 159 104 101 0 0.35 0.36 0.38 3.1 0.23 0.51
Hex 9F 68 65 0 23 24 26 3 17 33
Octal 237 150 145 0 43 44 46 3 27 63
Binary 10011111 1101000 1100101 0 100011 100100 100110 11 10111 110011

Color Harmonies of #9F6865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6865

Black with #9F6865

Text Example


Text Example

White with #9F6865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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