Html Css Color HEX #421606 Brown Pod

📋 copy color: '#421606'

red 66 ◦ green 22 ◦ blue 6

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

Shades of Brown Pod #421606

Tints of Brown Pod #421606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.4%

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

R = 70.21%
G = 23.4%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#421606 (or 0x421606) is known color: Brown Pod. HEX triplet: 42, 16 and 06. RGB value is (66,22,6). Sum of RGB (Red+Green+Blue) = 66+22+6=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #421606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421606 is #BDE9F9. Grayscale: #212121. Windows color (decimal): -12446202 or 398914. OLE color: 398914.

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

Color convert

RGB 66 22 6 -
CMYK 0 0.67 0.91 0.74
HSL 16º 0.83% 0.14% -
HSV(B) 16º 0.91% 0.26% -
XYZ 2.57 1.75 0.37 -
YUV 33.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 66 22 6 0 0.67 0.91 0.74 16 0.83 0.14
Hex 42 16 6 0 43 5B 4A 10 53 E
Octal 102 26 6 0 103 133 112 20 123 16
Binary 1000010 10110 110 0 1000011 1011011 1001010 10000 1010011 1110

Color Harmonies of #421606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421606

Black with #421606

Text Example


Text Example

White with #421606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421606; }

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

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

background-color css

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

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

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

border-color css

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

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

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