#936462

Color #936462 Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #936462

Tints of Copper Rose #936462

Color information

#936462 (or 0x936462) is unknown color: approx Copper Rose. HEX triplet: 93, 64 and 62. RGB value is (147,100,98). Sum of RGB (Red+Green+Blue) = 147+100+98=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #936462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936462 is #6C9B9D. Grayscale: #717171. Windows color (decimal): -7117726 or 6448275. OLE color: 6448275.

HSL color Cylindrical-coordinate representation of color #936462: hue angle of 2.45º 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 #936462 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14710098-
CMYK00.320.330.42
HSL2.45º20%48.04%-
HSV(B)2.45º33.33%57.65%-
XYZ18.7916.213.69-
YUV113.82119.07151.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=42.61%
G=28.99%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471009800.320.330.422.452048.04
Hex936462020212A21430
Octal223144142040415222460
Binary100100111100100110001001000001000011010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936462; }

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

 H1.HeaderClassName
 {
   color: #936462;
 }
 .AnyTagClassName
 {
   color: #936462;
 }
</style>
background-color css

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

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

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

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

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

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