#462206

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

Shades of Brown Pod #462206

Tints of Brown Pod #462206

Color information

#462206 (or 0x462206) is unknown color: approx Brown Pod. HEX triplet: 46, 22 and 06. RGB value is (70,34,6). Sum of RGB (Red+Green+Blue) = 70+34+6=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #462206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462206 is #B9DDF9. Grayscale: #292929. Windows color (decimal): -12180986 or 401990. OLE color: 401990.

HSL color Cylindrical-coordinate representation of color #462206: hue angle of 26.25º 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 #462206 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB70346-
CMYK00.510.910.73
HSL26.25º84.21%14.9%-
HSV(B)26.25º91.43%27.45%-
XYZ3.132.460.48-
YUV41.57107.93148.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=63.64%
G=30.91%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7034600.510.910.7326.2584.2114.9
Hex462260335B491a54f
Octal1064260631331113212417
Binary10001101000101100110011101101110010011101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462206; }

 p { color: rgb(70,34,6); }

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

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

 a { background-color: rgb(70,34,6); }

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

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

 span { border-color: rgb(70,34,6); }

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