#694725

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

Shades of Cafe Royale #694725

Tints of Cafe Royale #694725

Color information

#694725 (or 0x694725) is unknown color: approx Cafe Royale. HEX triplet: 69, 47 and 25. RGB value is (105,71,37). Sum of RGB (Red+Green+Blue) = 105+71+37=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #694725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694725 is #96B8DA. Grayscale: #4D4D4D. Windows color (decimal): -9877723 or 2443113. OLE color: 2443113.

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

Color convert

RGB1057137-
CMYK00.320.650.59
HSL30º47.89%27.84%-
HSV(B)30º64.76%41.18%-
XYZ8.417.642.78-
YUV77.29105.26147.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=49.30%
G=33.33%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105713700.320.650.593047.8927.84
Hex694725020413B1e301c
Octal1511074504010173366034
Binary11010011000111100101010000010000011110111111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694725; }

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

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

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

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

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

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

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

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