#260605

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

Shades of Seal Brown #260605

Tints of Seal Brown #260605

Color information

#260605 (or 0x260605) is unknown color: approx Seal Brown. HEX triplet: 26, 06 and 05. RGB value is (38,6,5). Sum of RGB (Red+Green+Blue) = 38+6+5=49 (6% of max value = 765). Red value is 38 (15.23% from 255 or 77.55% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 38 - color contains mainly: red. Hex color #260605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260605 is #D9F9FA. Grayscale: #0F0F0F. Windows color (decimal): -14285307 or 329254. OLE color: 329254.

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

Color convert

RGB3865-
CMYK00.840.870.85
HSL1.82º76.74%8.43%-
HSV(B)1.82º86.84%14.9%-
XYZ0.890.550.2-
YUV15.45122.1144.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 77.55%
GREEN value IS 6 (2.73% from 255) = 12.24%
BLUE value IS 5 (2.34% from 255) = 10.20%
R=77.55%
G=12.24%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal386500.840.870.851.8276.748.43
Hex2665054575524d8
Octal46650124127125211510
Binary10011011010101010100101011110101011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260605; }

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

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

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

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

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

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

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

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