Html Css Color HEX #9E625F Copper Rose

📋 copy color: '#9E625F'

red 158 ◦ green 98 ◦ blue 95

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

Shades of Copper Rose #9E625F

Tints of Copper Rose #9E625F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.07%

R = 45.01%
G = 27.92%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9E625F (or 0x9E625F) is known color: Copper Rose. HEX triplet: 9E, 62 and 5F. RGB value is (158,98,95). Sum of RGB (Red+Green+Blue) = 158+98+95=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E625F is #619DA0. Grayscale: #737373. Windows color (decimal): -6397345 or 6251166. OLE color: 6251166.

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

Color convert

RGB 158 98 95 -
CMYK 0 0.38 0.40 0.38
HSL 2.86º 0.25% 0.5% -
HSV(B) 2.86º 0.4% 0.62% -
XYZ 20.53 16.83 12.99 -
YUV 115.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 158 98 95 0 0.38 0.40 0.38 2.86 0.25 0.5
Hex 9E 62 5F 0 26 28 26 3 19 32
Octal 236 142 137 0 46 50 46 3 31 62
Binary 10011110 1100010 1011111 0 100110 101000 100110 11 11001 110010

Color Harmonies of #9E625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E625F

Black with #9E625F

Text Example


Text Example

White with #9E625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,98,95); }

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

background-color css

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

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

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

border-color css

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

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

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