#402206

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

Shades of Cocoa Brown #402206

Tints of Cocoa Brown #402206

Color information

#402206 (or 0x402206) is unknown color: approx Cocoa Brown. HEX triplet: 40, 22 and 06. RGB value is (64,34,6). Sum of RGB (Red+Green+Blue) = 64+34+6=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #402206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402206 is #BFDDF9. Grayscale: #272727. Windows color (decimal): -12574202 or 401984. OLE color: 401984.

HSL color Cylindrical-coordinate representation of color #402206: hue angle of 28.97º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #402206 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB64346-
CMYK00.470.910.75
HSL28.97º82.86%13.73%-
HSV(B)28.97º90.62%25.1%-
XYZ2.722.250.46-
YUV39.78108.94145.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=61.54%
G=32.69%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6434600.470.910.7528.9782.8613.73
Hex4022602F5B4B1d53e
Octal1004260571331133512316
Binary10000001000101100101111101101110010111110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402206; }

 p { color: rgb(64,34,6); }

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

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

 a { background-color: rgb(64,34,6); }

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

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

 span { border-color: rgb(64,34,6); }

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