Html Css Color HEX #431306 Brown Pod

📋 copy color: '#431306'

red 67 ◦ green 19 ◦ blue 6

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

Shades of Brown Pod #431306

Tints of Brown Pod #431306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.65%

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

R = 72.83%
G = 20.65%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#431306 (or 0x431306) is known color: Brown Pod. HEX triplet: 43, 13 and 06. RGB value is (67,19,6). Sum of RGB (Red+Green+Blue) = 67+19+6=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #431306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431306 is #BCECF9. Grayscale: #1F1F1F. Windows color (decimal): -12381434 or 398147. OLE color: 398147.

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

Color convert

RGB 67 19 6 -
CMYK 0 0.72 0.91 0.74
HSL 12.79º 0.84% 0.14% -
HSV(B) 12.79º 0.91% 0.26% -
XYZ 2.58 1.67 0.36 -
YUV 31.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 67 19 6 0 0.72 0.91 0.74 12.79 0.84 0.14
Hex 43 13 6 0 48 5B 4A D 54 E
Octal 103 23 6 0 110 133 112 15 124 16
Binary 1000011 10011 110 0 1001000 1011011 1001010 1101 1010100 1110

Color Harmonies of #431306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431306

Black with #431306

Text Example


Text Example

White with #431306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431306; }

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

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

background-color css

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

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

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

border-color css

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

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

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