#261106

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

Shades of Seal Brown #261106

Tints of Seal Brown #261106

Color information

#261106 (or 0x261106) is unknown color: approx Seal Brown. HEX triplet: 26, 11 and 06. RGB value is (38,17,6). Sum of RGB (Red+Green+Blue) = 38+17+6=61 (8% of max value = 765). Red value is 38 (15.23% from 255 or 62.30% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 38 - color contains mainly: red. Hex color #261106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261106 is #D9EEF9. Grayscale: #161616. Windows color (decimal): -14282490 or 397606. OLE color: 397606.

HSL color Cylindrical-coordinate representation of color #261106: hue angle of 20.62º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261106 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB38176-
CMYK00.550.840.85
HSL20.62º72.73%8.63%-
HSV(B)20.62º84.21%14.9%-
XYZ1.030.830.28-
YUV22.02118.96139.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 62.30%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=62.30%
G=27.87%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3817600.550.840.8520.6272.738.63
Hex26116037545515499
Octal462160671241252511111
Binary100110100011100110111101010010101011010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261106; }

 p { color: rgb(38,17,6); }

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

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

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

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

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

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

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