Html Css Color HEX #9E6D6D Copper Rose

📋 copy color: '#9E6D6D'

red 158 ◦ green 109 ◦ blue 109

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

Shades of Copper Rose #9E6D6D

Tints of Copper Rose #9E6D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 42.02%
G = 28.99%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E6D6D (or 0x9E6D6D) is known color: Copper Rose. HEX triplet: 9E, 6D and 6D. RGB value is (158,109,109). Sum of RGB (Red+Green+Blue) = 158+109+109=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D6D is #619292. Grayscale: #7B7B7B. Windows color (decimal): -6394515 or 7171486. OLE color: 7171486.

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

Color convert

RGB 158 109 109 -
CMYK 0 0.31 0.31 0.38
HSL 0.2% 0.52% -
HSV(B) 0.31% 0.62% -
XYZ 22.33 19.31 17.02 -
YUV 123.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 158 109 109 0 0.31 0.31 0.38 0 0.2 0.52
Hex 9E 6D 6D 0 1F 1F 26 0 14 34
Octal 236 155 155 0 37 37 46 0 24 64
Binary 10011110 1101101 1101101 0 11111 11111 100110 0 10100 110100

Color Harmonies of #9E6D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6D6D

Black with #9E6D6D

Text Example


Text Example

White with #9E6D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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