#431C06

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

Shades of Brown Pod #431C06

Tints of Brown Pod #431C06

Color information

#431C06 (or 0x431C06) is unknown color: approx Brown Pod. HEX triplet: 43, 1C and 06. RGB value is (67,28,6). Sum of RGB (Red+Green+Blue) = 67+28+6=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #431C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C06 is #BCE3F9. Grayscale: #252525. Windows color (decimal): -12379130 or 400451. OLE color: 400451.

HSL color Cylindrical-coordinate representation of color #431C06: hue angle of 21.64º 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 #431C06 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB67286-
CMYK00.580.910.74
HSL21.64º83.56%14.31%-
HSV(B)21.64º91.04%26.27%-
XYZ2.762.040.42-
YUV37.15110.42149.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 66.34%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=66.34%
G=27.72%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6728600.580.910.7421.6483.5614.31
Hex431C603A5B4A1654e
Octal1033460721331122612416
Binary1000011111001100111010101101110010101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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