#351E06

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

Shades of Cocoa Brown #351E06

Tints of Cocoa Brown #351E06

Color information

#351E06 (or 0x351E06) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1E and 06. RGB value is (53,30,6). Sum of RGB (Red+Green+Blue) = 53+30+6=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #351E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E06 is #CAE1F9. Grayscale: #222222. Windows color (decimal): -13296122 or 400949. OLE color: 400949.

HSL color Cylindrical-coordinate representation of color #351E06: hue angle of 30.64º 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 #351E06 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB53306-
CMYK00.430.890.79
HSL30.64º79.66%11.57%-
HSV(B)30.64º88.68%20.78%-
XYZ1.971.70.4-
YUV34.14112.12141.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 6 (2.73% from 255) = 6.74%
R=59.55%
G=33.71%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5330600.430.890.7930.6479.6611.57
Hex351E602B594F1f50c
Octal653660531311173712014
Binary110101111101100101011101100110011111111110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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