#694826

Color #694826 Cafe Royale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cafe Royale #694826

Tints of Cafe Royale #694826

Color information

#694826 (or 0x694826) is unknown color: approx Cafe Royale. HEX triplet: 69, 48 and 26. RGB value is (105,72,38). Sum of RGB (Red+Green+Blue) = 105+72+38=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #694826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694826 is #96B7D9. Grayscale: #4E4E4E. Windows color (decimal): -9877466 or 2508905. OLE color: 2508905.

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

Color convert

RGB1057238-
CMYK00.310.640.59
HSL30.45º46.85%28.04%-
HSV(B)30.45º63.81%41.18%-
XYZ8.497.782.89-
YUV77.99105.43147.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=48.84%
G=33.49%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105723800.310.640.5930.4546.8528.04
Hex69482601F403B1e2f1c
Octal1511104603710073365734
Binary1101001100100010011001111110000001110111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694826; }

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

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

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

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

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

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

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

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