#1C0C06

Color #1C0C06 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #1C0C06

Tints of Seal Brown #1C0C06

Color information

#1C0C06 (or 0x1C0C06) is unknown color: approx Seal Brown. HEX triplet: 1C, 0C and 06. RGB value is (28,12,6). Sum of RGB (Red+Green+Blue) = 28+12+6=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C06 is #E3F3F9. Grayscale: #101010. Windows color (decimal): -14939130 or 396316. OLE color: 396316.

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

Color convert

RGB28126-
CMYK00.570.790.89
HSL16.36º64.71%6.67%-
HSV(B)16.36º78.57%10.98%-
XYZ0.640.520.24-
YUV16.1122.3136.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 60.87%
GREEN value IS 12 (5.08% from 255) = 26.09%
BLUE value IS 6 (2.73% from 255) = 13.04%
R=60.87%
G=26.09%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2812600.570.790.8916.3664.716.67
Hex1CC60394F5910417
Octal34146071117131201017
Binary111001100110011100110011111011001100001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0C06; }

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

 H1.HeaderClassName
 {
   color: #1C0C06;
 }
 .AnyTagClassName
 {
   color: #1C0C06;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #1C0C06;
 }
 .BgClassName
 {
   background-color: #1C0C06;
 }
</style>
border-color css

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

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

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