#6C1E03

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

Shades of Baker's Chocolate #6C1E03

Tints of Baker's Chocolate #6C1E03

Color information

#6C1E03 (or 0x6C1E03) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 1E and 03. RGB value is (108,30,3). Sum of RGB (Red+Green+Blue) = 108+30+3=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1E03 is #93E1FC. Grayscale: #323232. Windows color (decimal): -9691645 or 204396. OLE color: 204396.

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

Color convert

RGB108303-
CMYK00.720.970.58
HSL15.43º94.59%21.76%-
HSV(B)15.43º97.22%42.35%-
XYZ6.674.120.53-
YUV50.24101.34169.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 76.60%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=76.60%
G=21.28%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10830300.720.970.5815.4394.5921.76
Hex6C1E3048613Af5f16
Octal1543630110141721713726
Binary110110011110110100100011000011110101111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,30,3); }

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

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

 a { background-color: rgb(108,30,3); }

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

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

 span { border-color: rgb(108,30,3); }

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