#260604

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

Shades of Seal Brown #260604

Tints of Seal Brown #260604

Color information

#260604 (or 0x260604) is unknown color: approx Seal Brown. HEX triplet: 26, 06 and 04. RGB value is (38,6,4). Sum of RGB (Red+Green+Blue) = 38+6+4=48 (6% of max value = 765). Red value is 38 (15.23% from 255 or 79.17% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 38 - color contains mainly: red. Hex color #260604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260604 is #D9F9FB. Grayscale: #0F0F0F. Windows color (decimal): -14285308 or 263718. OLE color: 263718.

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

Color convert

RGB3864-
CMYK00.840.890.85
HSL3.53º80.95%8.24%-
HSV(B)3.53º89.47%14.9%-
XYZ0.890.550.17-
YUV15.34121.6144.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 79.17%
GREEN value IS 6 (2.73% from 255) = 12.5%
BLUE value IS 4 (1.95% from 255) = 8.33%
R=79.17%
G=12.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal386400.840.890.853.5380.958.24
Hex266405459554518
Octal46640124131125412110
Binary100110110100010101001011001101010110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260604; }

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

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

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

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

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

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

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

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