#694D24

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

Shades of Cafe Royale #694D24

Tints of Cafe Royale #694D24

Color information

#694D24 (or 0x694D24) is unknown color: approx Cafe Royale. HEX triplet: 69, 4D and 24. RGB value is (105,77,36). Sum of RGB (Red+Green+Blue) = 105+77+36=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #694D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D24 is #96B2DB. Grayscale: #505050. Windows color (decimal): -9876188 or 2379113. OLE color: 2379113.

HSL color Cylindrical-coordinate representation of color #694D24: hue angle of 35.65º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694D24 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1057736-
CMYK00.270.660.59
HSL35.65º48.94%27.65%-
HSV(B)35.65º65.71%41.18%-
XYZ8.88.442.83-
YUV80.7102.78145.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=48.17%
G=35.32%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105773600.270.660.5935.6548.9427.65
Hex694D2401B423B24311c
Octal1511154403310273446134
Binary11010011001101100100011011100001011101110010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694D24; }

 p { color: rgb(105,77,36); }

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

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

 a { background-color: rgb(105,77,36); }

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

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

 span { border-color: rgb(105,77,36); }

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