#694E25

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

Shades of Cafe Royale #694E25

Tints of Cafe Royale #694E25

Color information

#694E25 (or 0x694E25) is unknown color: approx Cafe Royale. HEX triplet: 69, 4E and 25. RGB value is (105,78,37). Sum of RGB (Red+Green+Blue) = 105+78+37=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #694E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E25 is #96B1DA. Grayscale: #515151. Windows color (decimal): -9875931 or 2444905. OLE color: 2444905.

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

Color convert

RGB1057837-
CMYK00.260.650.59
HSL36.18º47.89%27.84%-
HSV(B)36.18º64.76%41.18%-
XYZ8.888.592.94-
YUV81.4102.95144.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=47.73%
G=35.45%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105783700.260.650.5936.1847.8927.84
Hex694E2501A413B24301c
Octal1511164503210173446034
Binary11010011001110100101011010100000111101110010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,78,37); }

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

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

 a { background-color: rgb(105,78,37); }

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

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

 span { border-color: rgb(105,78,37); }

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