Html Css Color HEX #431A06 Brown Pod

📋 copy color: '#431A06'

red 67 ◦ green 26 ◦ blue 6

#431A06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #431A06

Tints of Brown Pod #431A06

RGB

 RED value IS 67 (26.56% from 255) = 67.68%

 GREEN value IS 26 (10.55% from 255) = 26.26%

 BLUE value IS 6 (2.73% from 255) = 6.06%

R = 67.68%
G = 26.26%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#431A06 (or 0x431A06) is known color: Brown Pod. HEX triplet: 43, 1A and 06. RGB value is (67,26,6). Sum of RGB (Red+Green+Blue) = 67+26+6=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #431A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A06 is #BCE5F9. Grayscale: #242424. Windows color (decimal): -12379642 or 399939. OLE color: 399939.

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

Color convert

RGB 67 26 6 -
CMYK 0 0.61 0.91 0.74
HSL 19.67º 0.84% 0.14% -
HSV(B) 19.67º 0.91% 0.26% -
XYZ 2.72 1.95 0.4 -
YUV 35.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 67 26 6 0 0.61 0.91 0.74 19.67 0.84 0.14
Hex 43 1A 6 0 3D 5B 4A 14 54 E
Octal 103 32 6 0 75 133 112 24 124 16
Binary 1000011 11010 110 0 111101 1011011 1001010 10100 1010100 1110

Color Harmonies of #431A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A06

Black with #431A06

Text Example


Text Example

White with #431A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #431A06;
 }
 .AnyTagClassName
 {
   color: #431A06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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