#693600

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

Shades of Baker's Chocolate #693600

Tints of Baker's Chocolate #693600

Color information

#693600 (or 0x693600) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 36 and 00. RGB value is (105,54,0). Sum of RGB (Red+Green+Blue) = 105+54+0=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #693600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693600 is #96C9FF. Grayscale: #3F3F3F. Windows color (decimal): -9882112 or 13929. OLE color: 13929.

HSL color Cylindrical-coordinate representation of color #693600: hue angle of 30.86º 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 #693600 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB105540-
CMYK00.4910.59
HSL30.86º100%20.59%-
HSV(B)30.86º100%41.18%-
XYZ7.145.640.71-
YUV63.0992.4157.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.04%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.04%
G=33.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10554000.4910.5930.8610020.59
Hex69360031643B1f6415
Octal151660061144733714425
Binary110100111011000110001110010011101111111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693600; }

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

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

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

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

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

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

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

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