#410600

Color #410600 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #410600

Tints of Seal Brown #410600

Color information

#410600 (or 0x410600) is unknown color: approx Seal Brown. HEX triplet: 41, 06 and 00. RGB value is (65,6,0). Sum of RGB (Red+Green+Blue) = 65+6+0=71 (9% of max value = 765). Red value is 65 (25.78% from 255 or 91.55% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 65 - color contains mainly: red. Hex color #410600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410600 is #BEF9FF. Grayscale: #171717. Windows color (decimal): -12515840 or 1601. OLE color: 1601.

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

Color convert

RGB6560-
CMYK00.9110.75
HSL5.54º100%12.75%-
HSV(B)5.54º100%25.49%-
XYZ2.251.250.12-
YUV22.96115.05157.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 91.55%
GREEN value IS 6 (2.73% from 255) = 8.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.55%
G=8.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656000.9110.755.5410012.75
Hex416005B644B664d
Octal101600133144113614415
Binary10000011100010110111100100100101111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410600; }

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

 H1.HeaderClassName
 {
   color: #410600;
 }
 .AnyTagClassName
 {
   color: #410600;
 }
</style>
background-color css

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

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

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

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

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

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