Html Css Color HEX #360F06 Seal Brown

📋 copy color: '#360F06'

red 54 ◦ green 15 ◦ blue 6

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

Shades of Seal Brown #360F06

Tints of Seal Brown #360F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20%

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

R = 72%
G = 20%
B = 8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#360F06 (or 0x360F06) is known color: Seal Brown. HEX triplet: 36, 0F and 06. RGB value is (54,15,6). Sum of RGB (Red+Green+Blue) = 54+15+6=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F06 is #C9F0F9. Grayscale: #191919. Windows color (decimal): -13234426 or 397110. OLE color: 397110.

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

Color convert

RGB 54 15 6 -
CMYK 0 0.72 0.89 0.79
HSL 11.25º 0.8% 0.12% -
HSV(B) 11.25º 0.89% 0.21% -
XYZ 1.73 1.14 0.3 -
YUV 25.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 54 15 6 0 0.72 0.89 0.79 11.25 0.8 0.12
Hex 36 F 6 0 48 59 4F B 50 C
Octal 66 17 6 0 110 131 117 13 120 14
Binary 110110 1111 110 0 1001000 1011001 1001111 1011 1010000 1100

Color Harmonies of #360F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F06

Black with #360F06

Text Example


Text Example

White with #360F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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