#451806

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

Shades of Brown Pod #451806

Tints of Brown Pod #451806

Color information

#451806 (or 0x451806) is unknown color: approx Brown Pod. HEX triplet: 45, 18 and 06. RGB value is (69,24,6). Sum of RGB (Red+Green+Blue) = 69+24+6=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #451806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451806 is #BAE7F9. Grayscale: #232323. Windows color (decimal): -12249082 or 399429. OLE color: 399429.

HSL color Cylindrical-coordinate representation of color #451806: hue angle of 17.14º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #451806 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB69246-
CMYK00.650.910.73
HSL17.14º84%14.71%-
HSV(B)17.14º91.3%27.06%-
XYZ2.811.930.4-
YUV35.4111.41151.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 69.70%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=69.70%
G=24.24%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6924600.650.910.7317.148414.71
Hex451860415B491154f
Octal10530601011331112112417
Binary10001011100011001000001101101110010011000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451806; }

 p { color: rgb(69,24,6); }

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

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

 a { background-color: rgb(69,24,6); }

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

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

 span { border-color: rgb(69,24,6); }

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