Html Css Color HEX #360C06 Seal Brown

📋 copy color: '#360C06'

red 54 ◦ green 12 ◦ blue 6

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

Shades of Seal Brown #360C06

Tints of Seal Brown #360C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.67%

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

R = 75%
G = 16.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#360C06 (or 0x360C06) is known color: Seal Brown. HEX triplet: 36, 0C and 06. RGB value is (54,12,6). Sum of RGB (Red+Green+Blue) = 54+12+6=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #360C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C06 is #C9F3F9. Grayscale: #171717. Windows color (decimal): -13235194 or 396342. OLE color: 396342.

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

Color convert

RGB 54 12 6 -
CMYK 0 0.78 0.89 0.79
HSL 7.5º 0.8% 0.12% -
HSV(B) 7.5º 0.89% 0.21% -
XYZ 1.69 1.06 0.29 -
YUV 23.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 54 12 6 0 0.78 0.89 0.79 7.5 0.8 0.12
Hex 36 C 6 0 4E 59 4F 8 50 C
Octal 66 14 6 0 116 131 117 10 120 14
Binary 110110 1100 110 0 1001110 1011001 1001111 1000 1010000 1100

Color Harmonies of #360C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C06

Black with #360C06

Text Example


Text Example

White with #360C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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