Html Css Color HEX #9F615E Copper Rose

📋 copy color: '#9F615E'

red 159 ◦ green 97 ◦ blue 94

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

Shades of Copper Rose #9F615E

Tints of Copper Rose #9F615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 45.43%
G = 27.71%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F615E (or 0x9F615E) is known color: Copper Rose. HEX triplet: 9F, 61 and 5E. RGB value is (159,97,94). Sum of RGB (Red+Green+Blue) = 159+97+94=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F615E is #609EA1. Grayscale: #737373. Windows color (decimal): -6332066 or 6185375. OLE color: 6185375.

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

Color convert

RGB 159 97 94 -
CMYK 0 0.39 0.41 0.38
HSL 2.77º 0.26% 0.5% -
HSV(B) 2.77º 0.41% 0.62% -
XYZ 20.59 16.73 12.73 -
YUV 115.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 159 97 94 0 0.39 0.41 0.38 2.77 0.26 0.5
Hex 9F 61 5E 0 27 29 26 3 1A 32
Octal 237 141 136 0 47 51 46 3 32 62
Binary 10011111 1100001 1011110 0 100111 101001 100110 11 11010 110010

Color Harmonies of #9F615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F615E

Black with #9F615E

Text Example


Text Example

White with #9F615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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