#694925

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

Shades of Cafe Royale #694925

Tints of Cafe Royale #694925

Color information

#694925 (or 0x694925) is unknown color: approx Cafe Royale. HEX triplet: 69, 49 and 25. RGB value is (105,73,37). Sum of RGB (Red+Green+Blue) = 105+73+37=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #694925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694925 is #96B6DA. Grayscale: #4E4E4E. Windows color (decimal): -9877211 or 2443625. OLE color: 2443625.

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

Color convert

RGB1057337-
CMYK00.300.650.59
HSL31.76º47.89%27.84%-
HSV(B)31.76º64.76%41.18%-
XYZ8.547.92.83-
YUV78.46104.6146.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=48.84%
G=33.95%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105733700.300.650.5931.7647.8927.84
Hex69492501E413B20301c
Octal1511114503610173406034
Binary11010011001001100101011110100000111101110000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694925; }

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

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

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

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

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

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

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

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