Html Css Color HEX #421306 Brown Pod

📋 copy color: '#421306'

red 66 ◦ green 19 ◦ blue 6

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

Shades of Brown Pod #421306

Tints of Brown Pod #421306

RGB

 RED value IS 66 (26.17% from 255) = 72.53%

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

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

R = 72.53%
G = 20.88%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#421306 (or 0x421306) is known color: Brown Pod. HEX triplet: 42, 13 and 06. RGB value is (66,19,6). Sum of RGB (Red+Green+Blue) = 66+19+6=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #421306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421306 is #BDECF9. Grayscale: #1F1F1F. Windows color (decimal): -12446970 or 398146. OLE color: 398146.

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

Color convert

RGB 66 19 6 -
CMYK 0 0.71 0.91 0.74
HSL 13º 0.83% 0.14% -
HSV(B) 13º 0.91% 0.26% -
XYZ 2.51 1.64 0.36 -
YUV 31.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 66 19 6 0 0.71 0.91 0.74 13 0.83 0.14
Hex 42 13 6 0 47 5B 4A D 53 E
Octal 102 23 6 0 107 133 112 15 123 16
Binary 1000010 10011 110 0 1000111 1011011 1001010 1101 1010011 1110

Color Harmonies of #421306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421306

Black with #421306

Text Example


Text Example

White with #421306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421306; }

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

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

background-color css

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

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

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

border-color css

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

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

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