#6E3409

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

Shades of Baker's Chocolate #6E3409

Tints of Baker's Chocolate #6E3409

Color information

#6E3409 (or 0x6E3409) is unknown color: approx Baker's Chocolate. HEX triplet: 6E, 34 and 09. RGB value is (110,52,9). Sum of RGB (Red+Green+Blue) = 110+52+9=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3409 is #91CBF6. Grayscale: #404040. Windows color (decimal): -9554935 or 603246. OLE color: 603246.

HSL color Cylindrical-coordinate representation of color #6E3409: hue angle of 25.54º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E3409 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB110529-
CMYK00.530.920.57
HSL25.54º84.87%23.33%-
HSV(B)25.54º91.82%43.14%-
XYZ7.715.790.97-
YUV64.4496.72160.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 64.33%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=64.33%
G=30.41%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11052900.530.920.5725.5484.8723.33
Hex6E3490355C391a5517
Octal1566411065134713212527
Binary110111011010010010110101101110011100111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,52,9); }

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

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

 a { background-color: rgb(110,52,9); }

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

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

 span { border-color: rgb(110,52,9); }

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