#694B25

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

Shades of Cafe Royale #694B25

Tints of Cafe Royale #694B25

Color information

#694B25 (or 0x694B25) is unknown color: approx Cafe Royale. HEX triplet: 69, 4B and 25. RGB value is (105,75,37). Sum of RGB (Red+Green+Blue) = 105+75+37=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #694B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B25 is #96B4DA. Grayscale: #4F4F4F. Windows color (decimal): -9876699 or 2444137. OLE color: 2444137.

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

Color convert

RGB1057537-
CMYK00.290.650.59
HSL33.53º47.89%27.84%-
HSV(B)33.53º64.76%41.18%-
XYZ8.688.172.87-
YUV79.64103.94146.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 37 (14.84% from 255) = 17.05%
R=48.39%
G=34.56%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105753700.290.650.5933.5347.8927.84
Hex694B2501D413B22301c
Octal1511134503510173426034
Binary11010011001011100101011101100000111101110001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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