#69412B

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

Shades of Semi-Sweet Chocolate #69412B

Tints of Semi-Sweet Chocolate #69412B

Color information

#69412B (or 0x69412B) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 41 and 2B. RGB value is (105,65,43). Sum of RGB (Red+Green+Blue) = 105+65+43=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #69412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69412B is #96BED4. Grayscale: #4A4A4A. Windows color (decimal): -9879253 or 2834793. OLE color: 2834793.

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

Color convert

RGB1056543-
CMYK00.380.590.59
HSL21.29º41.89%29.02%-
HSV(B)21.29º59.05%41.18%-
XYZ8.156.963.2-
YUV74.45110.25149.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=49.30%
G=30.52%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105654300.380.590.5921.2941.8929.02
Hex69412B0263B3B152a1d
Octal151101530467373255235
Binary1101001100000110101101001101110111110111010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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