#6A422C

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

Shades of Semi-Sweet Chocolate #6A422C

Tints of Semi-Sweet Chocolate #6A422C

Color information

#6A422C (or 0x6A422C) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 42 and 2C. RGB value is (106,66,44). Sum of RGB (Red+Green+Blue) = 106+66+44=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A422C is #95BDD3. Grayscale: #4B4B4B. Windows color (decimal): -9813460 or 2900586. OLE color: 2900586.

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

Color convert

RGB1066644-
CMYK00.380.580.58
HSL21.29º41.33%29.41%-
HSV(B)21.29º58.49%41.57%-
XYZ8.357.143.32-
YUV75.45110.25149.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.07%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=49.07%
G=30.56%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106664400.380.580.5821.2941.3329.41
Hex6A422C0263A3A15291d
Octal152102540467272255135
Binary1101010100001010110001001101110101110101010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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