#6A1D01

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

Shades of Baker's Chocolate #6A1D01

Tints of Baker's Chocolate #6A1D01

Color information

#6A1D01 (or 0x6A1D01) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 1D and 01. RGB value is (106,29,1). Sum of RGB (Red+Green+Blue) = 106+29+1=136 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.94% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1D01 is #95E2FE. Grayscale: #313131. Windows color (decimal): -9822975 or 73066. OLE color: 73066.

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

Color convert

RGB106291-
CMYK00.730.990.58
HSL16º98.13%20.98%-
HSV(B)16º99.06%41.57%-
XYZ6.393.950.45-
YUV48.83101.01168.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 77.94%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=77.94%
G=21.32%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10629100.730.990.581698.1320.98
Hex6A1D1049633A106215
Octal1523510111143722014225
Binary110101011101101001001110001111101010000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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