#6A3807

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

Shades of Baker's Chocolate #6A3807

Tints of Baker's Chocolate #6A3807

Color information

#6A3807 (or 0x6A3807) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 38 and 07. RGB value is (106,56,7). Sum of RGB (Red+Green+Blue) = 106+56+7=169 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.72% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3807 is #95C7F8. Grayscale: #414141. Windows color (decimal): -9816057 or 473194. OLE color: 473194.

HSL color Cylindrical-coordinate representation of color #6A3807: hue angle of 29.7º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A3807 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB106567-
CMYK00.470.930.58
HSL29.7º87.61%22.16%-
HSV(B)29.7º93.4%41.57%-
XYZ7.45.910.95-
YUV65.3695.06156.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 62.72%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=62.72%
G=33.14%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10656700.470.930.5829.787.6122.16
Hex6A38702F5D3A1e5816
Octal152707057135723613026
Binary11010101110001110101111101110111101011110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,56,7); }

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

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

 a { background-color: rgb(106,56,7); }

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

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

 span { border-color: rgb(106,56,7); }

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