Html Css Color HEX #360606 Seal Brown

📋 copy color: '#360606'

red 54 ◦ green 6 ◦ blue 6

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

Shades of Seal Brown #360606

Tints of Seal Brown #360606

RGB

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

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

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

R = 81.82%
G = 9.09%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#360606 (or 0x360606) is known color: Seal Brown. HEX triplet: 36, 06 and 06. RGB value is (54,6,6). Sum of RGB (Red+Green+Blue) = 54+6+6=66 (8% of max value = 765). Red value is 54 (21.48% from 255 or 81.82% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 54 - color contains mainly: red. Hex color #360606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360606 is #C9F9F9. Grayscale: #141414. Windows color (decimal): -13236730 or 394806. OLE color: 394806.

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

Color convert

RGB 54 6 6 -
CMYK 0 0.89 0.89 0.79
HSL 0.8% 0.12% -
HSV(B) 0.89% 0.21% -
XYZ 1.62 0.93 0.27 -
YUV 20.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 54 6 6 0 0.89 0.89 0.79 0 0.8 0.12
Hex 36 6 6 0 59 59 4F 0 50 C
Octal 66 6 6 0 131 131 117 0 120 14
Binary 110110 110 110 0 1011001 1011001 1001111 0 1010000 1100

Color Harmonies of #360606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360606

Black with #360606

Text Example


Text Example

White with #360606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360606; }

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

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

background-color css

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

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

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

border-color css

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

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

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