#684b25

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

Shades of Cafe Royale #684B25

Tints of Cafe Royale #684B25

Color information

#684B25 (or 0x684B25) is unknown color: approx Cafe Royale. HEX triplet: 68, 4B and 25. RGB value is (104,75,37). Sum of RGB (Red+Green+Blue) = 104+75+37=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #684B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B25 is #97B4DA. Grayscale: #4F4F4F. Windows color (decimal): -9942235 or 2444136. OLE color: 2444136.

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

Color convert

RGB1047537-
CMYK00.280.640.59
HSL34.03º47.52%27.65%-
HSV(B)34.03º64.42%40.78%-
XYZ8.568.112.86-
YUV79.34104.11145.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 37 (14.84% from 255) = 17.13%
R=48.15%
G=34.72%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104753700.280.640.5934.0347.5227.65
Hex684B2501C403B22301c
Octal1501134503410073426034
Binary11010001001011100101011100100000011101110001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684b25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684b25; }

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

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

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

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

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

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

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

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