#69432C

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

Shades of Semi-Sweet Chocolate #69432C

Tints of Semi-Sweet Chocolate #69432C

Color information

#69432C (or 0x69432C) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 43 and 2C. RGB value is (105,67,44). Sum of RGB (Red+Green+Blue) = 105+67+44=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #69432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69432C is #96BCD3. Grayscale: #4B4B4B. Windows color (decimal): -9878740 or 2900841. OLE color: 2900841.

HSL color Cylindrical-coordinate representation of color #69432C: hue angle of 22.62º 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 #69432C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1056744-
CMYK00.360.580.59
HSL22.62º40.94%29.22%-
HSV(B)22.62º58.1%41.18%-
XYZ8.297.23.34-
YUV75.74110.09148.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=48.61%
G=31.02%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105674400.360.580.5922.6240.9429.22
Hex69432C0243A3B17291d
Octal151103540447273275135
Binary1101001100001110110001001001110101110111011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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