#261006

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

Shades of Seal Brown #261006

Tints of Seal Brown #261006

Color information

#261006 (or 0x261006) is unknown color: approx Seal Brown. HEX triplet: 26, 10 and 06. RGB value is (38,16,6). Sum of RGB (Red+Green+Blue) = 38+16+6=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #261006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261006 is #D9EFF9. Grayscale: #151515. Windows color (decimal): -14282746 or 397350. OLE color: 397350.

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

Color convert

RGB38166-
CMYK00.580.840.85
HSL18.75º72.73%8.63%-
HSV(B)18.75º84.21%14.9%-
XYZ1.020.80.27-
YUV21.44119.29139.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 63.33%
GREEN value IS 16 (6.64% from 255) = 26.67%
BLUE value IS 6 (2.73% from 255) = 10%
R=63.33%
G=26.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3816600.580.840.8518.7572.738.63
Hex2610603A545513499
Octal462060721241252311111
Binary100110100001100111010101010010101011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261006; }

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

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

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

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

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

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

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

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