#271406

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

Shades of Cocoa Brown #271406

Tints of Cocoa Brown #271406

Color information

#271406 (or 0x271406) is unknown color: approx Cocoa Brown. HEX triplet: 27, 14 and 06. RGB value is (39,20,6). Sum of RGB (Red+Green+Blue) = 39+20+6=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #271406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271406 is #D8EBF9. Grayscale: #181818. Windows color (decimal): -14216186 or 398375. OLE color: 398375.

HSL color Cylindrical-coordinate representation of color #271406: hue angle of 25.45º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271406 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB39206-
CMYK00.490.850.85
HSL25.45º73.33%8.82%-
HSV(B)25.45º84.62%15.29%-
XYZ1.120.940.3-
YUV24.08117.79138.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 6 (2.73% from 255) = 9.23%
R=60%
G=30.77%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3920600.490.850.8525.4573.338.82
Hex27146031555519499
Octal472460611251253111111
Binary100111101001100110001101010110101011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271406; }

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

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

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

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

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

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

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

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