#6A4225

Color #6A4225 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #6A4225

Tints of Semi-Sweet Chocolate #6A4225

Color information

#6A4225 (or 0x6A4225) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 42 and 25. RGB value is (106,66,37). Sum of RGB (Red+Green+Blue) = 106+66+37=209 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.72% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4225 is #95BDDA. Grayscale: #4A4A4A. Windows color (decimal): -9813467 or 2441834. OLE color: 2441834.

HSL color Cylindrical-coordinate representation of color #6A4225: hue angle of 25.22º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A4225 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB1066637-
CMYK00.380.650.58
HSL25.22º48.25%28.04%-
HSV(B)25.22º65.09%41.57%-
XYZ8.237.092.69-
YUV74.65106.75150.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.72%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 37 (14.84% from 255) = 17.70%
R=50.72%
G=31.58%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106663700.380.650.5825.2248.2528.04
Hex6A4225026413A19301c
Octal1521024504610172316034
Binary11010101000010100101010011010000011110101100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,37); }

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

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

 a { background-color: rgb(106,66,37); }

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

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

 span { border-color: rgb(106,66,37); }

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