Html Css Color HEX #936E6B Copper Rose

📋 copy color: '#936E6B'

red 147 ◦ green 110 ◦ blue 107

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

Shades of Copper Rose #936E6B

Tints of Copper Rose #936E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 40.38%
G = 30.22%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#936E6B (or 0x936E6B) is known color: Copper Rose. HEX triplet: 93, 6E and 6B. RGB value is (147,110,107). Sum of RGB (Red+Green+Blue) = 147+110+107=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #936E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E6B is #6C9194. Grayscale: #787878. Windows color (decimal): -7115157 or 7040659. OLE color: 7040659.

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

Color convert

RGB 147 110 107 -
CMYK 0 0.25 0.27 0.42
HSL 4.5º 0.16% 0.5% -
HSV(B) 4.5º 0.27% 0.58% -
XYZ 20.26 18.42 16.4 -
YUV 120.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 147 110 107 0 0.25 0.27 0.42 4.5 0.16 0.5
Hex 93 6E 6B 0 19 1B 2A 4 10 32
Octal 223 156 153 0 31 33 52 4 20 62
Binary 10010011 1101110 1101011 0 11001 11011 101010 100 10000 110010

Color Harmonies of #936E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936E6B

Black with #936E6B

Text Example


Text Example

White with #936E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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