Html Css Color HEX #331106 Seal Brown

📋 copy color: '#331106'

red 51 ◦ green 17 ◦ blue 6

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

Shades of Seal Brown #331106

Tints of Seal Brown #331106

RGB

 RED value IS 51 (20.31% from 255) = 68.92%

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

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

R = 68.92%
G = 22.97%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#331106 (or 0x331106) is known color: Seal Brown. HEX triplet: 33, 11 and 06. RGB value is (51,17,6). Sum of RGB (Red+Green+Blue) = 51+17+6=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #331106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331106 is #CCEEF9. Grayscale: #191919. Windows color (decimal): -13430522 or 397619. OLE color: 397619.

HSL color Cylindrical-coordinate representation of color #331106: hue angle of 14.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331106 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 17 6 -
CMYK 0 0.67 0.88 0.8
HSL 14.67º 0.79% 0.11% -
HSV(B) 14.67º 0.88% 0.2% -
XYZ 1.6 1.12 0.3 -
YUV 25.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 51 17 6 0 0.67 0.88 0.8 14.67 0.79 0.11
Hex 33 11 6 0 43 58 50 F 4F B
Octal 63 21 6 0 103 130 120 17 117 13
Binary 110011 10001 110 0 1000011 1011000 1010000 1111 1001111 1011

Color Harmonies of #331106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331106

Black with #331106

Text Example


Text Example

White with #331106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331106; }

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

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

background-color css

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

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

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

border-color css

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

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

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