Html Css Color HEX #361006 Seal Brown

📋 copy color: '#361006'

red 54 ◦ green 16 ◦ blue 6

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

Shades of Seal Brown #361006

Tints of Seal Brown #361006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.05%

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

R = 71.05%
G = 21.05%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#361006 (or 0x361006) is known color: Seal Brown. HEX triplet: 36, 10 and 06. RGB value is (54,16,6). Sum of RGB (Red+Green+Blue) = 54+16+6=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #361006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361006 is #C9EFF9. Grayscale: #1A1A1A. Windows color (decimal): -13234170 or 397366. OLE color: 397366.

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

Color convert

RGB 54 16 6 -
CMYK 0 0.70 0.89 0.79
HSL 12.5º 0.8% 0.12% -
HSV(B) 12.5º 0.89% 0.21% -
XYZ 1.74 1.17 0.31 -
YUV 26.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 54 16 6 0 0.70 0.89 0.79 12.5 0.8 0.12
Hex 36 10 6 0 46 59 4F C 50 C
Octal 66 20 6 0 106 131 117 14 120 14
Binary 110110 10000 110 0 1000110 1011001 1001111 1100 1010000 1100

Color Harmonies of #361006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361006

Black with #361006

Text Example


Text Example

White with #361006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361006; }

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

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

background-color css

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

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

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

border-color css

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

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

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