#6C3005

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

Shades of Baker's Chocolate #6C3005

Tints of Baker's Chocolate #6C3005

Color information

#6C3005 (or 0x6C3005) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 30 and 05. RGB value is (108,48,5). Sum of RGB (Red+Green+Blue) = 108+48+5=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3005 is #93CFFA. Grayscale: #3D3D3D. Windows color (decimal): -9687035 or 340076. OLE color: 340076.

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

Color convert

RGB108485-
CMYK00.560.950.58
HSL25.05º91.15%22.16%-
HSV(B)25.05º95.37%42.35%-
XYZ7.275.310.79-
YUV61.0496.38161.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 67.08%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=67.08%
G=29.81%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10848500.560.950.5825.0591.1522.16
Hex6C3050385F3A195b16
Octal154605070137723113326
Binary11011001100001010111000101111111101011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,48,5); }

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

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

 a { background-color: rgb(108,48,5); }

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

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

 span { border-color: rgb(108,48,5); }

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