Html Css Color HEX #1C0C06 Seal Brown

📋 copy color: '#1C0C06'

red 28 ◦ green 12 ◦ blue 6

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

Shades of Seal Brown #1C0C06

Tints of Seal Brown #1C0C06

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 value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#1C0C06 (or 0x1C0C06) is known color: 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

RGB 28 12 6 -
CMYK 0 0.57 0.79 0.89
HSL 16.36º 0.65% 0.07% -
HSV(B) 16.36º 0.79% 0.11% -
XYZ 0.64 0.52 0.24 -
YUV 16.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 28 12 6 0 0.57 0.79 0.89 16.36 0.65 0.07
Hex 1C C 6 0 39 4F 59 10 41 7
Octal 34 14 6 0 71 117 131 20 101 7
Binary 11100 1100 110 0 111001 1001111 1011001 10000 1000001 111

Color Harmonies of #1C0C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0C06

Black with #1C0C06

Text Example


Text Example

White with #1C0C06

Text Example


Text Example

HTML Codes & Css Web 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>