#6A2501

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

Shades of Baker's Chocolate #6A2501

Tints of Baker's Chocolate #6A2501

Color information

#6A2501 (or 0x6A2501) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 25 and 01. RGB value is (106,37,1). Sum of RGB (Red+Green+Blue) = 106+37+1=144 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.61% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2501 is #95DAFE. Grayscale: #353535. Windows color (decimal): -9820927 or 75114. OLE color: 75114.

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

Color convert

RGB106371-
CMYK00.650.990.58
HSL20.57º98.13%20.98%-
HSV(B)20.57º99.06%41.57%-
XYZ6.614.390.53-
YUV53.5398.36165.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 73.61%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=73.61%
G=25.69%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10637100.650.990.5820.5798.1320.98
Hex6A251041633A156215
Octal1524510101143722514225
Binary1101010100101101000001110001111101010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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