Html Css Color HEX #360600 Seal Brown

📋 copy color: '#360600'

red 54 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #360600

Tints of Seal Brown #360600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90%
G = 10%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#360600 (or 0x360600) is known color: Seal Brown. HEX triplet: 36, 06 and 00. RGB value is (54,6,0). Sum of RGB (Red+Green+Blue) = 54+6+0=60 (7% of max value = 765). Red value is 54 (21.48% from 255 or 90% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 54 - color contains mainly: red. Hex color #360600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360600 is #C9F9FF. Grayscale: #131313. Windows color (decimal): -13236736 or 1590. OLE color: 1590.

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

Color convert

RGB 54 6 0 -
CMYK 0 0.89 1 0.79
HSL 6.67º 1% 0.11% -
HSV(B) 6.67º 1% 0.21% -
XYZ 1.59 0.91 0.09 -
YUV 19.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 54 6 0 0 0.89 1 0.79 6.67 1 0.11
Hex 36 6 0 0 59 64 4F 7 64 B
Octal 66 6 0 0 131 144 117 7 144 13
Binary 110110 110 0 0 1011001 1100100 1001111 111 1100100 1011

Color Harmonies of #360600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360600

Black with #360600

Text Example


Text Example

White with #360600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360600; }

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

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

background-color css

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

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

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

border-color css

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

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

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