Html Css Color HEX #411606 Brown Pod

📋 copy color: '#411606'

red 65 ◦ green 22 ◦ blue 6

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

Shades of Brown Pod #411606

Tints of Brown Pod #411606

RGB

 RED value IS 65 (25.78% from 255) = 69.89%

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

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

R = 69.89%
G = 23.66%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#411606 (or 0x411606) is known color: Brown Pod. HEX triplet: 41, 16 and 06. RGB value is (65,22,6). Sum of RGB (Red+Green+Blue) = 65+22+6=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411606 is #BEE9F9. Grayscale: #212121. Windows color (decimal): -12511738 or 398913. OLE color: 398913.

HSL color Cylindrical-coordinate representation of color #411606: hue angle of 16.27º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #411606 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 22 6 -
CMYK 0 0.66 0.91 0.75
HSL 16.27º 0.83% 0.14% -
HSV(B) 16.27º 0.91% 0.25% -
XYZ 2.5 1.71 0.37 -
YUV 33.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 65 22 6 0 0.66 0.91 0.75 16.27 0.83 0.14
Hex 41 16 6 0 42 5B 4B 10 53 E
Octal 101 26 6 0 102 133 113 20 123 16
Binary 1000001 10110 110 0 1000010 1011011 1001011 10000 1010011 1110

Color Harmonies of #411606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411606

Black with #411606

Text Example


Text Example

White with #411606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411606; }

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

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

background-color css

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

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

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

border-color css

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

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

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