#431B06

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

Shades of Brown Pod #431B06

Tints of Brown Pod #431B06

Color information

#431B06 (or 0x431B06) is unknown color: approx Brown Pod. HEX triplet: 43, 1B and 06. RGB value is (67,27,6). Sum of RGB (Red+Green+Blue) = 67+27+6=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #431B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B06 is #BCE4F9. Grayscale: #242424. Windows color (decimal): -12379386 or 400195. OLE color: 400195.

HSL color Cylindrical-coordinate representation of color #431B06: hue angle of 20.66º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #431B06 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB67276-
CMYK00.600.910.74
HSL20.66º83.56%14.31%-
HSV(B)20.66º91.04%26.27%-
XYZ2.741.990.41-
YUV36.57110.75149.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 67%
GREEN value IS 27 (10.94% from 255) = 27%
BLUE value IS 6 (2.73% from 255) = 6%
R=67%
G=27%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6727600.600.910.7420.6683.5614.31
Hex431B603C5B4A1554e
Octal1033360741331122512416
Binary1000011110111100111100101101110010101010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431B06; }

 p { color: rgb(67,27,6); }

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

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

 a { background-color: rgb(67,27,6); }

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

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

 span { border-color: rgb(67,27,6); }

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