#462A06

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

Shades of Bistre #462A06

Tints of Bistre #462A06

Color information

#462A06 (or 0x462A06) is unknown color: approx Bistre. HEX triplet: 46, 2A and 06. RGB value is (70,42,6). Sum of RGB (Red+Green+Blue) = 70+42+6=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #462A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A06 is #B9D5F9. Grayscale: #2E2E2E. Windows color (decimal): -12178938 or 404038. OLE color: 404038.

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

Color convert

RGB70426-
CMYK00.400.910.73
HSL33.75º84.21%14.9%-
HSV(B)33.75º91.43%27.45%-
XYZ3.392.970.57-
YUV46.27105.28144.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 42 (16.80% from 255) = 35.59%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=59.32%
G=35.59%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7042600.400.910.7333.7584.2114.9
Hex462A60285B492254f
Octal1065260501331114212417
Binary100011010101011001010001011011100100110001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A06; }

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

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

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

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

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

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

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

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