#6A3501

Color #6A3501 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #6A3501

Tints of Baker's Chocolate #6A3501

Color information

#6A3501 (or 0x6A3501) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 35 and 01. RGB value is (106,53,1). Sum of RGB (Red+Green+Blue) = 106+53+1=160 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.25% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3501 is #95CAFE. Grayscale: #3F3F3F. Windows color (decimal): -9816831 or 79210. OLE color: 79210.

HSL color Cylindrical-coordinate representation of color #6A3501: hue angle of 29.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A3501 is Cyan = 0, Magento = 0.5, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB106531-
CMYK00.50.990.58
HSL29.71º98.13%20.98%-
HSV(B)29.71º99.06%41.57%-
XYZ7.225.610.73-
YUV62.9293.06158.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 66.25%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=66.25%
G=33.12%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10653100.50.990.5829.7198.1320.98
Hex6A351032633A1e6215
Octal152651062143723614225
Binary110101011010110110010110001111101011110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A3501; }

 p { color: rgb(106,53,1); }

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

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

 a { background-color: rgb(106,53,1); }

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

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

 span { border-color: rgb(106,53,1); }

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