#6C340B

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

Shades of Baker's Chocolate #6C340B

Tints of Baker's Chocolate #6C340B

Color information

#6C340B (or 0x6C340B) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 34 and 0B. RGB value is (108,52,11). Sum of RGB (Red+Green+Blue) = 108+52+11=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C340B is #93CBF4. Grayscale: #404040. Windows color (decimal): -9686005 or 734316. OLE color: 734316.

HSL color Cylindrical-coordinate representation of color #6C340B: hue angle of 25.36º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C340B is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1085211-
CMYK00.520.900.58
HSL25.36º81.51%23.33%-
HSV(B)25.36º89.81%42.35%-
XYZ7.475.671.02-
YUV64.0798.05159.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.16%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=63.16%
G=30.41%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108521100.520.900.5825.3681.5123.33
Hex6C34B0345A3A195217
Octal1546413064132723112227
Binary110110011010010110110100101101011101011001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,52,11); }

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

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

 a { background-color: rgb(108,52,11); }

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

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

 span { border-color: rgb(108,52,11); }

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