#69442A

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

Shades of Semi-Sweet Chocolate #69442A

Tints of Semi-Sweet Chocolate #69442A

Color information

#69442A (or 0x69442A) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 44 and 2A. RGB value is (105,68,42). Sum of RGB (Red+Green+Blue) = 105+68+42=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #69442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69442A is #96BBD5. Grayscale: #4C4C4C. Windows color (decimal): -9878486 or 2770025. OLE color: 2770025.

HSL color Cylindrical-coordinate representation of color #69442A: hue angle of 24.76º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69442A is Cyan = 0, Magento = 0.35, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1056842-
CMYK00.350.60.59
HSL24.76º42.86%28.82%-
HSV(B)24.76º60%41.18%-
XYZ8.317.33.16-
YUV76.1108.76148.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=48.84%
G=31.63%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105684200.350.60.5924.7642.8628.82
Hex69442A0233C3B192b1d
Octal151104520437473315335
Binary1101001100010010101001000111111001110111100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69442A; }

 p { color: rgb(105,68,42); }

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

<style>
 a { background-color: #69442A; }

 a { background-color: rgb(105,68,42); }

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

<style>
 span { border-color: #69442A; }

 span { border-color: rgb(105,68,42); }

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