#260B06

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

Shades of Seal Brown #260B06

Tints of Seal Brown #260B06

Color information

#260B06 (or 0x260B06) is unknown color: approx Seal Brown. HEX triplet: 26, 0B and 06. RGB value is (38,11,6). Sum of RGB (Red+Green+Blue) = 38+11+6=55 (7% of max value = 765). Red value is 38 (15.23% from 255 or 69.09% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 38 - color contains mainly: red. Hex color #260B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B06 is #D9F4F9. Grayscale: #121212. Windows color (decimal): -14284026 or 396070. OLE color: 396070.

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

Color convert

RGB38116-
CMYK00.710.840.85
HSL9.38º72.73%8.63%-
HSV(B)9.38º84.21%14.9%-
XYZ0.950.660.25-
YUV18.5120.95141.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 69.09%
GREEN value IS 11 (4.69% from 255) = 20%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=69.09%
G=20%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3811600.710.840.859.3872.738.63
Hex26B604754559499
Octal4613601071241251111111
Binary10011010111100100011110101001010101100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260B06; }

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

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

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

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

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

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

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

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