#261506

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

Shades of Cocoa Brown #261506

Tints of Cocoa Brown #261506

Color information

#261506 (or 0x261506) is unknown color: approx Cocoa Brown. HEX triplet: 26, 15 and 06. RGB value is (38,21,6). Sum of RGB (Red+Green+Blue) = 38+21+6=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #261506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261506 is #D9EAF9. Grayscale: #181818. Windows color (decimal): -14281466 or 398630. OLE color: 398630.

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

Color convert

RGB38216-
CMYK00.450.840.85
HSL28.12º72.73%8.63%-
HSV(B)28.12º84.21%14.9%-
XYZ1.10.960.3-
YUV24.37117.63137.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 58.46%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 6 (2.73% from 255) = 9.23%
R=58.46%
G=32.31%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3821600.450.840.8528.1272.738.63
Hex2615602D54551c499
Octal462560551241253411111
Binary100110101011100101101101010010101011110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261506; }

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

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

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

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

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

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

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

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