Html Css Color HEX #936463 Copper Rose

📋 copy color: '#936463'

red 147 ◦ green 100 ◦ blue 99

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

Shades of Copper Rose #936463

Tints of Copper Rose #936463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

 BLUE value IS 99 (39.06% from 255) = 28.61%

R = 42.49%
G = 28.9%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#936463 (or 0x936463) is known color: Copper Rose. HEX triplet: 93, 64 and 63. RGB value is (147,100,99). Sum of RGB (Red+Green+Blue) = 147+100+99=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #936463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936463 is #6C9B9C. Grayscale: #717171. Windows color (decimal): -7117725 or 6513811. OLE color: 6513811.

HSL color Cylindrical-coordinate representation of color #936463: hue angle of 1.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936463 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 100 99 -
CMYK 0 0.32 0.33 0.42
HSL 1.25º 0.2% 0.48% -
HSV(B) 1.25º 0.33% 0.58% -
XYZ 18.84 16.22 13.94 -
YUV 113.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 147 100 99 0 0.32 0.33 0.42 1.25 0.2 0.48
Hex 93 64 63 0 20 21 2A 1 14 30
Octal 223 144 143 0 40 41 52 1 24 60
Binary 10010011 1100100 1100011 0 100000 100001 101010 1 10100 110000

Color Harmonies of #936463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936463

Black with #936463

Text Example


Text Example

White with #936463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936463; }

 p { color: rgb(147,100,99); }

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

background-color css

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

 a { background-color: rgb(147,100,99); }

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

border-color css

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

 span { border-color: rgb(147,100,99); }

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