Html Css Color HEX #420706 Seal Brown

📋 copy color: '#420706'

red 66 ◦ green 7 ◦ blue 6

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

Shades of Seal Brown #420706

Tints of Seal Brown #420706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.86%

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

R = 83.54%
G = 8.86%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#420706 (or 0x420706) is known color: Seal Brown. HEX triplet: 42, 07 and 06. RGB value is (66,7,6). Sum of RGB (Red+Green+Blue) = 66+7+6=79 (10% of max value = 765). Red value is 66 (26.17% from 255 or 83.54% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 66 - color contains mainly: red. Hex color #420706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420706 is #BDF8F9. Grayscale: #181818. Windows color (decimal): -12450042 or 395074. OLE color: 395074.

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

Color convert

RGB 66 7 6 -
CMYK 0 0.89 0.91 0.74
HSL 0.83% 0.14% -
HSV(B) 0.91% 0.26% -
XYZ 2.36 1.32 0.3 -
YUV 24.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 66 7 6 0 0.89 0.91 0.74 1 0.83 0.14
Hex 42 7 6 0 59 5B 4A 1 53 E
Octal 102 7 6 0 131 133 112 1 123 16
Binary 1000010 111 110 0 1011001 1011011 1001010 1 1010011 1110

Color Harmonies of #420706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420706

Black with #420706

Text Example


Text Example

White with #420706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420706; }

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

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

background-color css

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

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

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

border-color css

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

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

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