#410706

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

Shades of Seal Brown #410706

Tints of Seal Brown #410706

Color information

#410706 (or 0x410706) is unknown color: approx Seal Brown. HEX triplet: 41, 07 and 06. RGB value is (65,7,6). Sum of RGB (Red+Green+Blue) = 65+7+6=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410706 is #BEF8F9. Grayscale: #181818. Windows color (decimal): -12515578 or 395073. OLE color: 395073.

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

Color convert

RGB6576-
CMYK00.890.910.75
HSL1.02º83.1%13.92%-
HSV(B)1.02º90.77%25.49%-
XYZ2.291.290.3-
YUV24.23117.72157.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 83.33%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=83.33%
G=8.97%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal657600.890.910.751.0283.113.92
Hex41760595B4B153e
Octal101760131133113112316
Binary10000011111100101100110110111001011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410706; }

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

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

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

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

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

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

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

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