Html Css Color HEX #9E6363 Copper Rose

📋 copy color: '#9E6363'

red 158 ◦ green 99 ◦ blue 99

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

Shades of Copper Rose #9E6363

Tints of Copper Rose #9E6363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 99 (39.06% from 255) = 27.81%

R = 44.38%
G = 27.81%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9E6363 (or 0x9E6363) is known color: Copper Rose. HEX triplet: 9E, 63 and 63. RGB value is (158,99,99). Sum of RGB (Red+Green+Blue) = 158+99+99=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6363 is #619C9C. Grayscale: #747474. Windows color (decimal): -6397085 or 6513566. OLE color: 6513566.

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

Color convert

RGB 158 99 99 -
CMYK 0 0.37 0.37 0.38
HSL 0.23% 0.5% -
HSV(B) 0.37% 0.62% -
XYZ 20.81 17.09 14.01 -
YUV 116.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 158 99 99 0 0.37 0.37 0.38 0 0.23 0.5
Hex 9E 63 63 0 25 25 26 0 17 32
Octal 236 143 143 0 45 45 46 0 27 62
Binary 10011110 1100011 1100011 0 100101 100101 100110 0 10111 110010

Color Harmonies of #9E6363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6363

Black with #9E6363

Text Example


Text Example

White with #9E6363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,99,99); }

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

background-color css

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

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

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

border-color css

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

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

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