#69412C

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

Shades of Semi-Sweet Chocolate #69412C

Tints of Semi-Sweet Chocolate #69412C

Color information

#69412C (or 0x69412C) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 41 and 2C. RGB value is (105,65,44). Sum of RGB (Red+Green+Blue) = 105+65+44=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #69412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69412C is #96BED3. Grayscale: #4A4A4A. Windows color (decimal): -9879252 or 2900329. OLE color: 2900329.

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

Color convert

RGB1056544-
CMYK00.380.580.59
HSL20.66º40.94%29.22%-
HSV(B)20.66º58.1%41.18%-
XYZ8.176.973.3-
YUV74.57110.75149.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=49.07%
G=30.37%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105654400.380.580.5920.6640.9429.22
Hex69412C0263A3B15291d
Octal151101540467273255135
Binary1101001100000110110001001101110101110111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69412C; }

 p { color: rgb(105,65,44); }

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

<style>
 a { background-color: #69412C; }

 a { background-color: rgb(105,65,44); }

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

<style>
 span { border-color: #69412C; }

 span { border-color: rgb(105,65,44); }

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