Html Css Color HEX #9F6261 Copper Rose

📋 copy color: '#9F6261'

red 159 ◦ green 98 ◦ blue 97

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

Shades of Copper Rose #9F6261

Tints of Copper Rose #9F6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 44.92%
G = 27.68%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F6261 (or 0x9F6261) is known color: Copper Rose. HEX triplet: 9F, 62 and 61. RGB value is (159,98,97). Sum of RGB (Red+Green+Blue) = 159+98+97=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6261 is #609D9E. Grayscale: #747474. Windows color (decimal): -6331807 or 6382239. OLE color: 6382239.

HSL color Cylindrical-coordinate representation of color #9F6261: hue angle of 0.97º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F6261 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 98 97 -
CMYK 0 0.38 0.39 0.38
HSL 0.97º 0.24% 0.5% -
HSV(B) 0.97º 0.39% 0.62% -
XYZ 20.82 16.97 13.49 -
YUV 116.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 159 98 97 0 0.38 0.39 0.38 0.97 0.24 0.5
Hex 9F 62 61 0 26 27 26 1 18 32
Octal 237 142 141 0 46 47 46 1 30 62
Binary 10011111 1100010 1100001 0 100110 100111 100110 1 11000 110010

Color Harmonies of #9F6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6261

Black with #9F6261

Text Example


Text Example

White with #9F6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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