#3F0906

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

Shades of Seal Brown #3F0906

Tints of Seal Brown #3F0906

Color information

#3F0906 (or 0x3F0906) is unknown color: approx Seal Brown. HEX triplet: 3F, 09 and 06. RGB value is (63,9,6). Sum of RGB (Red+Green+Blue) = 63+9+6=78 (10% of max value = 765). Red value is 63 (25% from 255 or 80.77% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0906 is #C0F6F9. Grayscale: #181818. Windows color (decimal): -12646138 or 395583. OLE color: 395583.

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

Color convert

RGB6396-
CMYK00.860.900.75
HSL3.16º82.61%13.53%-
HSV(B)3.16º90.48%24.71%-
XYZ2.181.270.3-
YUV24.8117.39155.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 80.77%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=80.77%
G=11.54%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal639600.860.900.753.1682.6113.53
Hex3F960565A4B353e
Octal771160126132113312316
Binary111111100111001010110101101010010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F0906; }

 p { color: rgb(63,9,6); }

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

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

 a { background-color: rgb(63,9,6); }

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

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

 span { border-color: rgb(63,9,6); }

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