Html Css Color HEX #3F1006 Seal Brown

📋 copy color: '#3F1006'

red 63 ◦ green 16 ◦ blue 6

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

Shades of Seal Brown #3F1006

Tints of Seal Brown #3F1006

RGB

 RED value IS 63 (25% from 255) = 74.12%

 GREEN value IS 16 (6.64% from 255) = 18.82%

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

R = 74.12%
G = 18.82%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.75

RGB Variations

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

Color information

#3F1006 (or 0x3F1006) is known color: Seal Brown. HEX triplet: 3F, 10 and 06. RGB value is (63,16,6). Sum of RGB (Red+Green+Blue) = 63+16+6=85 (11% of max value = 765). Red value is 63 (25% from 255 or 74.12% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1006 is #C0EFF9. Grayscale: #1C1C1C. Windows color (decimal): -12644346 or 397375. OLE color: 397375.

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

Color convert

RGB 63 16 6 -
CMYK 0 0.75 0.90 0.75
HSL 10.53º 0.83% 0.14% -
HSV(B) 10.53º 0.9% 0.25% -
XYZ 2.27 1.44 0.33 -
YUV 28.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 63 16 6 0 0.75 0.90 0.75 10.53 0.83 0.14
Hex 3F 10 6 0 4B 5A 4B B 53 E
Octal 77 20 6 0 113 132 113 13 123 16
Binary 111111 10000 110 0 1001011 1011010 1001011 1011 1010011 1110

Color Harmonies of #3F1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1006

Black with #3F1006

Text Example


Text Example

White with #3F1006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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