#261406

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

Shades of Cocoa Brown #261406

Tints of Cocoa Brown #261406

Color information

#261406 (or 0x261406) is unknown color: approx Cocoa Brown. HEX triplet: 26, 14 and 06. RGB value is (38,20,6). Sum of RGB (Red+Green+Blue) = 38+20+6=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #261406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261406 is #D9EBF9. Grayscale: #171717. Windows color (decimal): -14281722 or 398374. OLE color: 398374.

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

Color convert

RGB38206-
CMYK00.470.840.85
HSL26.25º72.73%8.63%-
HSV(B)26.25º84.21%14.9%-
XYZ1.080.930.29-
YUV23.79117.96138.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 59.38%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=59.38%
G=31.25%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3820600.470.840.8526.2572.738.63
Hex2614602F54551a499
Octal462460571241253211111
Binary100110101001100101111101010010101011101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261406; }

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

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

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

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

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

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

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

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