#260906

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

Shades of Seal Brown #260906

Tints of Seal Brown #260906

Color information

#260906 (or 0x260906) is unknown color: approx Seal Brown. HEX triplet: 26, 09 and 06. RGB value is (38,9,6). Sum of RGB (Red+Green+Blue) = 38+9+6=53 (7% of max value = 765). Red value is 38 (15.23% from 255 or 71.70% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 38 - color contains mainly: red. Hex color #260906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260906 is #D9F6F9. Grayscale: #111111. Windows color (decimal): -14284538 or 395558. OLE color: 395558.

HSL color Cylindrical-coordinate representation of color #260906: hue angle of 5.63º 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 #260906 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB3896-
CMYK00.760.840.85
HSL5.63º72.73%8.63%-
HSV(B)5.63º84.21%14.9%-
XYZ0.930.620.24-
YUV17.33121.61142.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 71.70%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 6 (2.73% from 255) = 11.32%
R=71.70%
G=16.98%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal389600.760.840.855.6372.738.63
Hex269604C54556499
Octal461160114124125611111
Binary1001101001110010011001010100101010111010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260906; }

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

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

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

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

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

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

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

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