#674628

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

Shades of Cafe Royale #674628

Tints of Cafe Royale #674628

Color information

#674628 (or 0x674628) is unknown color: approx Cafe Royale. HEX triplet: 67, 46 and 28. RGB value is (103,70,40). Sum of RGB (Red+Green+Blue) = 103+70+40=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #674628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674628 is #98B9D7. Grayscale: #4C4C4C. Windows color (decimal): -10009048 or 2639463. OLE color: 2639463.

HSL color Cylindrical-coordinate representation of color #674628: hue angle of 28.57º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674628 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB1037040-
CMYK00.320.610.60
HSL28.57º44.06%28.04%-
HSV(B)28.57º61.17%40.39%-
XYZ8.177.423.01-
YUV76.45107.43146.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.36%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 40 (16.02% from 255) = 18.78%
R=48.36%
G=32.86%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103704000.320.610.6028.5744.0628.04
Hex6746280203D3C1d2c1c
Octal147106500407574355434
Binary1100111100011010100001000001111011111001110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674628; }

 p { color: rgb(103,70,40); }

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

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

 a { background-color: rgb(103,70,40); }

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

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

 span { border-color: rgb(103,70,40); }

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