Html Css Color HEX #9E6967 Copper Rose

📋 copy color: '#9E6967'

red 158 ◦ green 105 ◦ blue 103

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

Shades of Copper Rose #9E6967

Tints of Copper Rose #9E6967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

 BLUE value IS 103 (40.63% from 255) = 28.14%

R = 43.17%
G = 28.69%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E6967 (or 0x9E6967) is known color: Copper Rose. HEX triplet: 9E, 69 and 67. RGB value is (158,105,103). Sum of RGB (Red+Green+Blue) = 158+105+103=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6967 is #619698. Grayscale: #787878. Windows color (decimal): -6395545 or 6777246. OLE color: 6777246.

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

Color convert

RGB 158 105 103 -
CMYK 0 0.34 0.35 0.38
HSL 2.18º 0.22% 0.51% -
HSV(B) 2.18º 0.35% 0.62% -
XYZ 21.6 18.35 15.24 -
YUV 120.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 158 105 103 0 0.34 0.35 0.38 2.18 0.22 0.51
Hex 9E 69 67 0 22 23 26 2 16 33
Octal 236 151 147 0 42 43 46 2 26 63
Binary 10011110 1101001 1100111 0 100010 100011 100110 10 10110 110011

Color Harmonies of #9E6967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6967

Black with #9E6967

Text Example


Text Example

White with #9E6967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,105,103); }

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

background-color css

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

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

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

border-color css

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

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

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