Html Css Color HEX #420E06 Seal Brown

📋 copy color: '#420E06'

red 66 ◦ green 14 ◦ blue 6

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

Shades of Seal Brown #420E06

Tints of Seal Brown #420E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.28%

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

R = 76.74%
G = 16.28%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#420E06 (or 0x420E06) is known color: Seal Brown. HEX triplet: 42, 0E and 06. RGB value is (66,14,6). Sum of RGB (Red+Green+Blue) = 66+14+6=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #420E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E06 is #BDF1F9. Grayscale: #1C1C1C. Windows color (decimal): -12448250 or 396866. OLE color: 396866.

HSL color Cylindrical-coordinate representation of color #420E06: hue angle of 8º 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 #420E06 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 14 6 -
CMYK 0 0.79 0.91 0.74
HSL 0.83% 0.14% -
HSV(B) 0.91% 0.26% -
XYZ 2.44 1.49 0.33 -
YUV 28.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 66 14 6 0 0.79 0.91 0.74 8 0.83 0.14
Hex 42 E 6 0 4F 5B 4A 8 53 E
Octal 102 16 6 0 117 133 112 10 123 16
Binary 1000010 1110 110 0 1001111 1011011 1001010 1000 1010011 1110

Color Harmonies of #420E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E06

Black with #420E06

Text Example


Text Example

White with #420E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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