#6A2301

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

Shades of Baker's Chocolate #6A2301

Tints of Baker's Chocolate #6A2301

Color information

#6A2301 (or 0x6A2301) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 23 and 01. RGB value is (106,35,1). Sum of RGB (Red+Green+Blue) = 106+35+1=142 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.65% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2301 is #95DCFE. Grayscale: #343434. Windows color (decimal): -9821439 or 74602. OLE color: 74602.

HSL color Cylindrical-coordinate representation of color #6A2301: hue angle of 19.43º 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 #6A2301 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB106351-
CMYK00.670.990.58
HSL19.43º98.13%20.98%-
HSV(B)19.43º99.06%41.57%-
XYZ6.554.270.51-
YUV52.3599.02166.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 74.65%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=74.65%
G=24.65%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10635100.670.990.5819.4398.1320.98
Hex6A231043633A136215
Octal1524310103143722314225
Binary1101010100011101000011110001111101010011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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