Html Css Color HEX #936E6D Copper Rose

📋 copy color: '#936E6D'

red 147 ◦ green 110 ◦ blue 109

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

Shades of Copper Rose #936E6D

Tints of Copper Rose #936E6D

RGB

 RED value IS 147 (57.81% from 255) = 40.16%

 GREEN value IS 110 (43.36% from 255) = 30.05%

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

R = 40.16%
G = 30.05%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#936E6D (or 0x936E6D) is known color: Copper Rose. HEX triplet: 93, 6E and 6D. RGB value is (147,110,109). Sum of RGB (Red+Green+Blue) = 147+110+109=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #936E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E6D is #6C9192. Grayscale: #787878. Windows color (decimal): -7115155 or 7171731. OLE color: 7171731.

HSL color Cylindrical-coordinate representation of color #936E6D: hue angle of 1.58º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #936E6D is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 110 109 -
CMYK 0 0.25 0.26 0.42
HSL 1.58º 0.15% 0.5% -
HSV(B) 1.58º 0.26% 0.58% -
XYZ 20.37 18.46 16.96 -
YUV 120.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 147 110 109 0 0.25 0.26 0.42 1.58 0.15 0.5
Hex 93 6E 6D 0 19 1A 2A 2 F 32
Octal 223 156 155 0 31 32 52 2 17 62
Binary 10010011 1101110 1101101 0 11001 11010 101010 10 1111 110010

Color Harmonies of #936E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936E6D

Black with #936E6D

Text Example


Text Example

White with #936E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936E6D; }

 p { color: rgb(147,110,109); }

 H1.HeaderClassName
 {
   color: #936E6D;
 }
 .AnyTagClassName
 {
   color: #936E6D;
 }
</style>

background-color css

<style>
 a { background-color: #936E6D; }

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

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

border-color css

<style>
 span { border-color: #936E6D; }

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

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