Html Css Color HEX #9F615D Copper Rose

📋 copy color: '#9F615D'

red 159 ◦ green 97 ◦ blue 93

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

Shades of Copper Rose #9F615D

Tints of Copper Rose #9F615D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 45.56%
G = 27.79%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F615D (or 0x9F615D) is known color: Copper Rose. HEX triplet: 9F, 61 and 5D. RGB value is (159,97,93). Sum of RGB (Red+Green+Blue) = 159+97+93=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F615D is #609EA2. Grayscale: #737373. Windows color (decimal): -6332067 or 6119839. OLE color: 6119839.

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

Color convert

RGB 159 97 93 -
CMYK 0 0.39 0.42 0.38
HSL 3.64º 0.26% 0.49% -
HSV(B) 3.64º 0.42% 0.62% -
XYZ 20.55 16.71 12.5 -
YUV 115.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 159 97 93 0 0.39 0.42 0.38 3.64 0.26 0.49
Hex 9F 61 5D 0 27 2A 26 4 1A 31
Octal 237 141 135 0 47 52 46 4 32 61
Binary 10011111 1100001 1011101 0 100111 101010 100110 100 11010 110001

Color Harmonies of #9F615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F615D

Black with #9F615D

Text Example


Text Example

White with #9F615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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