#260600

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

Shades of Seal Brown #260600

Tints of Seal Brown #260600

Color information

#260600 (or 0x260600) is unknown color: approx Seal Brown. HEX triplet: 26, 06 and 00. RGB value is (38,6,0). Sum of RGB (Red+Green+Blue) = 38+6+0=44 (5% of max value = 765). Red value is 38 (15.23% from 255 or 86.36% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 38 - color contains mainly: red. Hex color #260600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260600 is #D9F9FF. Grayscale: #0E0E0E. Windows color (decimal): -14285312 or 1574. OLE color: 1574.

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

Color convert

RGB3860-
CMYK00.8410.85
HSL9.47º100%7.45%-
HSV(B)9.47º100%14.9%-
XYZ0.860.540.06-
YUV14.88119.6144.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 86.36%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.36%
G=13.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal386000.8410.859.471007.45
Hex266005464559647
Octal46600124144125111447
Binary1001101100010101001100100101010110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260600; }

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

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

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

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

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

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

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

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