Html Css Color HEX #361206 Seal Brown

📋 copy color: '#361206'

red 54 ◦ green 18 ◦ blue 6

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

Shades of Seal Brown #361206

Tints of Seal Brown #361206

RGB

 RED value IS 54 (21.48% from 255) = 69.23%

 GREEN value IS 18 (7.42% from 255) = 23.08%

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

R = 69.23%
G = 23.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#361206 (or 0x361206) is known color: Seal Brown. HEX triplet: 36, 12 and 06. RGB value is (54,18,6). Sum of RGB (Red+Green+Blue) = 54+18+6=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #361206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361206 is #C9EDF9. Grayscale: #1B1B1B. Windows color (decimal): -13233658 or 397878. OLE color: 397878.

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

Color convert

RGB 54 18 6 -
CMYK 0 0.67 0.89 0.79
HSL 15º 0.8% 0.12% -
HSV(B) 15º 0.89% 0.21% -
XYZ 1.77 1.23 0.32 -
YUV 27.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 54 18 6 0 0.67 0.89 0.79 15 0.8 0.12
Hex 36 12 6 0 43 59 4F F 50 C
Octal 66 22 6 0 103 131 117 17 120 14
Binary 110110 10010 110 0 1000011 1011001 1001111 1111 1010000 1100

Color Harmonies of #361206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361206

Black with #361206

Text Example


Text Example

White with #361206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361206; }

 p { color: rgb(54,18,6); }

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

background-color css

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

 a { background-color: rgb(54,18,6); }

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

border-color css

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

 span { border-color: rgb(54,18,6); }

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