Html Css Color HEX #411506 Brown Pod

📋 copy color: '#411506'

red 65 ◦ green 21 ◦ blue 6

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

Shades of Brown Pod #411506

Tints of Brown Pod #411506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

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

R = 70.65%
G = 22.83%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#411506 (or 0x411506) is known color: Brown Pod. HEX triplet: 41, 15 and 06. RGB value is (65,21,6). Sum of RGB (Red+Green+Blue) = 65+21+6=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #411506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411506 is #BEEAF9. Grayscale: #202020. Windows color (decimal): -12511994 or 398657. OLE color: 398657.

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

Color convert

RGB 65 21 6 -
CMYK 0 0.68 0.91 0.75
HSL 15.25º 0.83% 0.14% -
HSV(B) 15.25º 0.91% 0.25% -
XYZ 2.48 1.67 0.36 -
YUV 32.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 65 21 6 0 0.68 0.91 0.75 15.25 0.83 0.14
Hex 41 15 6 0 44 5B 4B F 53 E
Octal 101 25 6 0 104 133 113 17 123 16
Binary 1000001 10101 110 0 1000100 1011011 1001011 1111 1010011 1110

Color Harmonies of #411506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411506

Black with #411506

Text Example


Text Example

White with #411506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411506; }

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

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

background-color css

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

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

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

border-color css

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

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

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