Html Css Color HEX #9E6D6C Copper Rose

📋 copy color: '#9E6D6C'

red 158 ◦ green 109 ◦ blue 108

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

Shades of Copper Rose #9E6D6C

Tints of Copper Rose #9E6D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 42.13%
G = 29.07%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E6D6C (or 0x9E6D6C) is known color: Copper Rose. HEX triplet: 9E, 6D and 6C. RGB value is (158,109,108). Sum of RGB (Red+Green+Blue) = 158+109+108=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D6C is #619293. Grayscale: #7B7B7B. Windows color (decimal): -6394516 or 7105950. OLE color: 7105950.

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

Color convert

RGB 158 109 108 -
CMYK 0 0.31 0.32 0.38
HSL 1.2º 0.2% 0.52% -
HSV(B) 1.2º 0.32% 0.62% -
XYZ 22.28 19.29 16.74 -
YUV 123.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 158 109 108 0 0.31 0.32 0.38 1.2 0.2 0.52
Hex 9E 6D 6C 0 1F 20 26 1 14 34
Octal 236 155 154 0 37 40 46 1 24 64
Binary 10011110 1101101 1101100 0 11111 100000 100110 1 10100 110100

Color Harmonies of #9E6D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6D6C

Black with #9E6D6C

Text Example


Text Example

White with #9E6D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,109,108); }

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

background-color css

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

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

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

border-color css

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

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

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