Html Css Color HEX #9E615E Copper Rose

📋 copy color: '#9E615E'

red 158 ◦ green 97 ◦ blue 94

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

Shades of Copper Rose #9E615E

Tints of Copper Rose #9E615E

RGB

 RED value IS 158 (62.11% from 255) = 45.27%

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

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

R = 45.27%
G = 27.79%
B = 26.93%

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

#9E615E (or 0x9E615E) is known color: Copper Rose. HEX triplet: 9E, 61 and 5E. RGB value is (158,97,94). Sum of RGB (Red+Green+Blue) = 158+97+94=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E615E is #619EA1. Grayscale: #727272. Windows color (decimal): -6397602 or 6185374. OLE color: 6185374.

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

Color convert

RGB 158 97 94 -
CMYK 0 0.39 0.41 0.38
HSL 2.81º 0.25% 0.49% -
HSV(B) 2.81º 0.41% 0.62% -
XYZ 20.4 16.63 12.72 -
YUV 114.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 158 97 94 0 0.39 0.41 0.38 2.81 0.25 0.49
Hex 9E 61 5E 0 27 29 26 3 19 31
Octal 236 141 136 0 47 51 46 3 31 61
Binary 10011110 1100001 1011110 0 100111 101001 100110 11 11001 110001

Color Harmonies of #9E615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E615E

Black with #9E615E

Text Example


Text Example

White with #9E615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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