Html Css Color HEX #421F06 Brown Pod

📋 copy color: '#421F06'

red 66 ◦ green 31 ◦ blue 6

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

Shades of Brown Pod #421F06

Tints of Brown Pod #421F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.1%

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

R = 64.08%
G = 30.1%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#421F06 (or 0x421F06) is known color: Brown Pod. HEX triplet: 42, 1F and 06. RGB value is (66,31,6). Sum of RGB (Red+Green+Blue) = 66+31+6=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #421F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F06 is #BDE0F9. Grayscale: #262626. Windows color (decimal): -12443898 or 401218. OLE color: 401218.

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

Color convert

RGB 66 31 6 -
CMYK 0 0.53 0.91 0.74
HSL 25º 0.83% 0.14% -
HSV(B) 25º 0.91% 0.26% -
XYZ 2.77 2.15 0.44 -
YUV 38.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 66 31 6 0 0.53 0.91 0.74 25 0.83 0.14
Hex 42 1F 6 0 35 5B 4A 19 53 E
Octal 102 37 6 0 65 133 112 31 123 16
Binary 1000010 11111 110 0 110101 1011011 1001010 11001 1010011 1110

Color Harmonies of #421F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F06

Black with #421F06

Text Example


Text Example

White with #421F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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