#694026

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

Shades of Semi-Sweet Chocolate #694026

Tints of Semi-Sweet Chocolate #694026

Color information

#694026 (or 0x694026) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 69, 40 and 26. RGB value is (105,64,38). Sum of RGB (Red+Green+Blue) = 105+64+38=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #694026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694026 is #96BFD9. Grayscale: #494949. Windows color (decimal): -9879514 or 2506857. OLE color: 2506857.

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

Color convert

RGB1056438-
CMYK00.390.640.59
HSL23.28º46.85%28.04%-
HSV(B)23.28º63.81%41.18%-
XYZ8.016.812.73-
YUV73.29108.08150.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=50.72%
G=30.92%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105643800.390.640.5923.2846.8528.04
Hex694026027403B172f1c
Octal1511004604710073275734
Binary11010011000000100110010011110000001110111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694026; }

 p { color: rgb(105,64,38); }

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

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

 a { background-color: rgb(105,64,38); }

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

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

 span { border-color: rgb(105,64,38); }

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