Html Css Color HEX #461106 Seal Brown

📋 copy color: '#461106'

red 70 ◦ green 17 ◦ blue 6

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

Shades of Seal Brown #461106

Tints of Seal Brown #461106

RGB

 RED value IS 70 (27.73% from 255) = 75.27%

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

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

R = 75.27%
G = 18.28%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#461106 (or 0x461106) is known color: Seal Brown. HEX triplet: 46, 11 and 06. RGB value is (70,17,6). Sum of RGB (Red+Green+Blue) = 70+17+6=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #461106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461106 is #B9EEF9. Grayscale: #1F1F1F. Windows color (decimal): -12185338 or 397638. OLE color: 397638.

HSL color Cylindrical-coordinate representation of color #461106: hue angle of 10.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #461106 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 17 6 -
CMYK 0 0.76 0.91 0.73
HSL 10.31º 0.84% 0.15% -
HSV(B) 10.31º 0.91% 0.27% -
XYZ 2.76 1.72 0.36 -
YUV 31.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 70 17 6 0 0.76 0.91 0.73 10.31 0.84 0.15
Hex 46 11 6 0 4C 5B 49 A 54 F
Octal 106 21 6 0 114 133 111 12 124 17
Binary 1000110 10001 110 0 1001100 1011011 1001001 1010 1010100 1111

Color Harmonies of #461106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461106

Black with #461106

Text Example


Text Example

White with #461106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461106; }

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

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

background-color css

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

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

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

border-color css

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

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

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