Html Css Color HEX #421106 Seal Brown

📋 copy color: '#421106'

red 66 ◦ green 17 ◦ blue 6

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

Shades of Seal Brown #421106

Tints of Seal Brown #421106

RGB

 RED value IS 66 (26.17% from 255) = 74.16%

 GREEN value IS 17 (7.03% from 255) = 19.1%

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

R = 74.16%
G = 19.1%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#421106 (or 0x421106) is known color: Seal Brown. HEX triplet: 42, 11 and 06. RGB value is (66,17,6). Sum of RGB (Red+Green+Blue) = 66+17+6=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #421106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421106 is #BDEEF9. Grayscale: #1E1E1E. Windows color (decimal): -12447482 or 397634. OLE color: 397634.

HSL color Cylindrical-coordinate representation of color #421106: hue angle of 11º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #421106 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 17 6 -
CMYK 0 0.74 0.91 0.74
HSL 11º 0.83% 0.14% -
HSV(B) 11º 0.91% 0.26% -
XYZ 2.48 1.57 0.35 -
YUV 30.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 66 17 6 0 0.74 0.91 0.74 11 0.83 0.14
Hex 42 11 6 0 4A 5B 4A B 53 E
Octal 102 21 6 0 112 133 112 13 123 16
Binary 1000010 10001 110 0 1001010 1011011 1001010 1011 1010011 1110

Color Harmonies of #421106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421106

Black with #421106

Text Example


Text Example

White with #421106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421106; }

 p { color: rgb(66,17,6); }

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

background-color css

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

 a { background-color: rgb(66,17,6); }

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

border-color css

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

 span { border-color: rgb(66,17,6); }

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