#694E23

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

Shades of Cafe Royale #694E23

Tints of Cafe Royale #694E23

Color information

#694E23 (or 0x694E23) is unknown color: approx Cafe Royale. HEX triplet: 69, 4E and 23. RGB value is (105,78,35). Sum of RGB (Red+Green+Blue) = 105+78+35=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #694E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E23 is #96B1DC. Grayscale: #515151. Windows color (decimal): -9875933 or 2313833. OLE color: 2313833.

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

Color convert

RGB1057835-
CMYK00.260.670.59
HSL36.86º50%27.45%-
HSV(B)36.86º66.67%41.18%-
XYZ8.858.572.78-
YUV81.17101.95145-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=48.17%
G=35.78%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105783500.260.670.5936.865027.45
Hex694E2301A433B25321b
Octal1511164303210373456233
Binary11010011001110100011011010100001111101110010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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