Html Css Color HEX #410F06 Seal Brown

📋 copy color: '#410F06'

red 65 ◦ green 15 ◦ blue 6

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

Shades of Seal Brown #410F06

Tints of Seal Brown #410F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.44%

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

R = 75.58%
G = 17.44%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#410F06 (or 0x410F06) is known color: Seal Brown. HEX triplet: 41, 0F and 06. RGB value is (65,15,6). Sum of RGB (Red+Green+Blue) = 65+15+6=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #410F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F06 is #BEF0F9. Grayscale: #1D1D1D. Windows color (decimal): -12513530 or 397121. OLE color: 397121.

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

Color convert

RGB 65 15 6 -
CMYK 0 0.77 0.91 0.75
HSL 9.15º 0.83% 0.14% -
HSV(B) 9.15º 0.91% 0.25% -
XYZ 2.38 1.48 0.33 -
YUV 28.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 65 15 6 0 0.77 0.91 0.75 9.15 0.83 0.14
Hex 41 F 6 0 4D 5B 4B 9 53 E
Octal 101 17 6 0 115 133 113 11 123 16
Binary 1000001 1111 110 0 1001101 1011011 1001011 1001 1010011 1110

Color Harmonies of #410F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F06

Black with #410F06

Text Example


Text Example

White with #410F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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