#69452D

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

Shades of Semi-Sweet Chocolate #69452D

Tints of Semi-Sweet Chocolate #69452D

Color information

#69452D (or 0x69452D) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 45 and 2D. RGB value is (105,69,45). Sum of RGB (Red+Green+Blue) = 105+69+45=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69452D is #96BAD2. Grayscale: #4D4D4D. Windows color (decimal): -9878227 or 2966889. OLE color: 2966889.

HSL color Cylindrical-coordinate representation of color #69452D: hue angle of 24º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69452D is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1056945-
CMYK00.340.570.59
HSL24º40%29.41%-
HSV(B)24º57.14%41.18%-
XYZ8.437.453.48-
YUV77.03109.93147.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=47.95%
G=31.51%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105694500.340.570.59244029.41
Hex69452D022393B18281d
Octal151105550427173305035
Binary1101001100010110110101000101110011110111100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69452D; }

 p { color: rgb(105,69,45); }

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

<style>
 a { background-color: #69452D; }

 a { background-color: rgb(105,69,45); }

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

<style>
 span { border-color: #69452D; }

 span { border-color: rgb(105,69,45); }

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