#693514

Color #693514 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #693514

Tints of Baker's Chocolate #693514

Color information

#693514 (or 0x693514) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 35 and 14. RGB value is (105,53,20). Sum of RGB (Red+Green+Blue) = 105+53+20=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #693514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693514 is #96CAEB. Grayscale: #404040. Windows color (decimal): -9882348 or 1324393. OLE color: 1324393.

HSL color Cylindrical-coordinate representation of color #693514: hue angle of 23.29º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #693514 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB1055320-
CMYK00.500.810.59
HSL23.29º68%24.51%-
HSV(B)23.29º80.95%41.18%-
XYZ7.235.61.36-
YUV64.79102.73156.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.99%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=58.99%
G=29.78%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105532000.500.810.5923.296824.51
Hex693514032513B174419
Octal1516524062121732710431
Binary1101001110101101000110010101000111101110111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693514; }

 p { color: rgb(105,53,20); }

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

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

 a { background-color: rgb(105,53,20); }

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

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

 span { border-color: rgb(105,53,20); }

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