#6A3714

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

Shades of Baker's Chocolate #6A3714

Tints of Baker's Chocolate #6A3714

Color information

#6A3714 (or 0x6A3714) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 37 and 14. RGB value is (106,55,20). Sum of RGB (Red+Green+Blue) = 106+55+20=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3714 is #95C8EB. Grayscale: #424242. Windows color (decimal): -9816300 or 1324906. OLE color: 1324906.

HSL color Cylindrical-coordinate representation of color #6A3714: hue angle of 24.42º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A3714 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB1065520-
CMYK00.480.810.58
HSL24.42º68.25%24.71%-
HSV(B)24.42º81.13%41.57%-
XYZ7.445.851.4-
YUV66.26101.9156.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.56%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=58.56%
G=30.39%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106552000.480.810.5824.4268.2524.71
Hex6A3714030513A184419
Octal1526724060121723010431
Binary1101010110111101000110000101000111101011000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,55,20); }

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

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

 a { background-color: rgb(106,55,20); }

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

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

 span { border-color: rgb(106,55,20); }

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