#693816

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

Shades of Baker's Chocolate #693816

Tints of Baker's Chocolate #693816

Color information

#693816 (or 0x693816) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 38 and 16. RGB value is (105,56,22). Sum of RGB (Red+Green+Blue) = 105+56+22=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #693816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693816 is #96C7E9. Grayscale: #424242. Windows color (decimal): -9881578 or 1456233. OLE color: 1456233.

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

Color convert

RGB1055622-
CMYK00.470.790.59
HSL24.58º65.35%24.9%-
HSV(B)24.58º79.05%41.18%-
XYZ7.385.891.51-
YUV66.77102.73155.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=57.38%
G=30.60%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105562200.470.790.5924.5865.3524.9
Hex69381602F4F3B194119
Octal1517026057117733110131
Binary1101001111000101100101111100111111101111001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693816; }

 p { color: rgb(105,56,22); }

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

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

 a { background-color: rgb(105,56,22); }

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

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

 span { border-color: rgb(105,56,22); }

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