#693500

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

Shades of Baker's Chocolate #693500

Tints of Baker's Chocolate #693500

Color information

#693500 (or 0x693500) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 35 and 00. RGB value is (105,53,0). Sum of RGB (Red+Green+Blue) = 105+53+0=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #693500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693500 is #96CAFF. Grayscale: #3E3E3E. Windows color (decimal): -9882368 or 13673. OLE color: 13673.

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

Color convert

RGB105530-
CMYK00.5010.59
HSL30.29º100%20.59%-
HSV(B)30.29º100%41.18%-
XYZ7.15.550.7-
YUV62.5192.73158.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.46%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.46%
G=33.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10553000.5010.5930.2910020.59
Hex69350032643B1e6415
Octal151650062144733614425
Binary110100111010100110010110010011101111110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693500; }

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

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

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

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

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

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

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

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