#456321

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

Shades of Dell #456321

Tints of Dell #456321

Color information

#456321 (or 0x456321) is unknown color: approx Dell. HEX triplet: 45, 63 and 21. RGB value is (69,99,33). Sum of RGB (Red+Green+Blue) = 69+99+33=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #456321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456321 is #BA9CDE. Grayscale: #525252. Windows color (decimal): -12229855 or 2188101. OLE color: 2188101.

HSL color Cylindrical-coordinate representation of color #456321: hue angle of 87.27º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #456321 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB699933-
CMYK0.3000.670.61
HSL87.27º50%25.88%-
HSV(B)87.27º66.67%38.82%-
XYZ7.1910.33.05-
YUV82.51100.06118.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 99 (39.06% from 255) = 49.25%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=34.33%
G=49.25%
B=16.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999330.3000.670.6187.275025.88
Hex4563211E0433D57321a
Octal10514341360103751276232
Binary100010111000111000011111001000011111101101011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456321; }

 p { color: rgb(69,99,33); }

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

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

 a { background-color: rgb(69,99,33); }

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

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

 span { border-color: rgb(69,99,33); }

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