#69402A

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

Shades of Semi-Sweet Chocolate #69402A

Tints of Semi-Sweet Chocolate #69402A

Color information

#69402A (or 0x69402A) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 40 and 2A. RGB value is (105,64,42). Sum of RGB (Red+Green+Blue) = 105+64+42=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #69402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69402A is #96BFD5. Grayscale: #494949. Windows color (decimal): -9879510 or 2769001. OLE color: 2769001.

HSL color Cylindrical-coordinate representation of color #69402A: hue angle of 20.95º 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 #69402A is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1056442-
CMYK00.390.60.59
HSL20.95º42.86%28.82%-
HSV(B)20.95º60%41.18%-
XYZ8.086.843.08-
YUV73.75110.08150.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=49.76%
G=30.33%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105644200.390.60.5920.9542.8628.82
Hex69402A0273C3B152b1d
Octal151100520477473255335
Binary1101001100000010101001001111111001110111010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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