#6A3005

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

Shades of Baker's Chocolate #6A3005

Tints of Baker's Chocolate #6A3005

Color information

#6A3005 (or 0x6A3005) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 30 and 05. RGB value is (106,48,5). Sum of RGB (Red+Green+Blue) = 106+48+5=159 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.67% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3005 is #95CFFA. Grayscale: #3C3C3C. Windows color (decimal): -9818107 or 340074. OLE color: 340074.

HSL color Cylindrical-coordinate representation of color #6A3005: hue angle of 25.54º 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 #6A3005 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB106485-
CMYK00.550.950.58
HSL25.54º90.99%21.76%-
HSV(B)25.54º95.28%41.57%-
XYZ7.035.190.77-
YUV60.4496.72160.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 66.67%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 5 (2.34% from 255) = 3.14%
R=66.67%
G=30.19%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10648500.550.950.5825.5490.9921.76
Hex6A3050375F3A1a5b16
Octal152605067137723213326
Binary11010101100001010110111101111111101011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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