#351D06

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

Shades of Cocoa Brown #351D06

Tints of Cocoa Brown #351D06

Color information

#351D06 (or 0x351D06) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1D and 06. RGB value is (53,29,6). Sum of RGB (Red+Green+Blue) = 53+29+6=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #351D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D06 is #CAE2F9. Grayscale: #212121. Windows color (decimal): -13296378 or 400693. OLE color: 400693.

HSL color Cylindrical-coordinate representation of color #351D06: hue angle of 29.36º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351D06 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB53296-
CMYK00.450.890.79
HSL29.36º79.66%11.57%-
HSV(B)29.36º88.68%20.78%-
XYZ1.941.650.39-
YUV33.55112.45141.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=60.23%
G=32.95%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5329600.450.890.7929.3679.6611.57
Hex351D602D594F1d50c
Octal653560551311173512014
Binary110101111011100101101101100110011111110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351D06; }

 p { color: rgb(53,29,6); }

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

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

 a { background-color: rgb(53,29,6); }

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

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

 span { border-color: rgb(53,29,6); }

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